Skip to content

Commit

Permalink
chore: trailing-whitespace fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury committed Feb 7, 2024
1 parent e82fd24 commit 6de4f92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ from og_marl.loggers import TerminalLogger

# Download the dataset
download_flashbax_dataset(
env_name="smac_v1",
env_name="smac_v1",
scenario_name="8m",
base_dir="datasets/flashbax"
)
Expand Down
2 changes: 1 addition & 1 deletion install_environments/mamujoco.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Make sure you have these packages installed
# Make sure you have these packages installed
sudo apt install libosmesa6-dev libgl1-mesa-glx libglfw3 patchelf

export MUJOCOPATH=~/.mujoco
Expand Down
2 changes: 1 addition & 1 deletion install_environments/smacv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p $MAP_DIR
wget https://github.com/oxwhirl/smac/releases/download/v0.1-beta1/SMAC_Maps.zip
unzip SMAC_Maps.zip
mv SMAC_Maps $MAP_DIR
rm -rf SMAC_Maps.zip
rm -rf SMAC_Maps.zip

echo 'StarCraft II is installed.'

Expand Down
2 changes: 1 addition & 1 deletion install_environments/smacv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p $MAP_DIR
wget https://github.com/oxwhirl/smacv2/releases/download/maps/SMAC_Maps.zip
unzip SMAC_Maps.zip -d SMAC_Maps
mv SMAC_Maps $MAP_DIR
rm -rf SMAC_Maps.zip
rm -rf SMAC_Maps.zip

echo 'StarCraft II is installed.'

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_author: InstaDeep Research
site_url: https://instadeepai.github.io/og-marl/
site_dir: public

theme:
theme:
name: material
logo: assets/instadeep_logo.png
favicon: assets/instadeep_logo.png
Expand Down

0 comments on commit 6de4f92

Please sign in to comment.