Skip to content

Commit

Permalink
chore: end-of-file fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury committed Feb 7, 2024
1 parent a7c83e2 commit 131e35d
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--8<-- "README.md"
--8<-- "README.md"
2 changes: 1 addition & 1 deletion install_environments/flatland.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip install -r install_environments/requirements/flatland.txt
pip install -r install_environments/requirements/flatland.txt
2 changes: 1 addition & 1 deletion install_environments/gymnasium_robotics.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip install -r install_environments/requirements/gymnasium_mamujoco.txt
pip install -r install_environments/requirements/gymnasium_mamujoco.txt
2 changes: 1 addition & 1 deletion install_environments/mamujoco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pip install -r install_environments/requirements/mamujoco.txt
# You will need to set these environment variables every time you start a new terminal
# or add them to your .bashrc file
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/:$MUJOCOPATH/mujoco210/bin:/usr/lib/nvidia
export LD_PRELOAD=$LD_PRELOAD:/usr/lib/x86_64-linux-gnu/libGLEW.so
export LD_PRELOAD=$LD_PRELOAD:/usr/lib/x86_64-linux-gnu/libGLEW.so
2 changes: 1 addition & 1 deletion install_environments/pettingzoo.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip install --upgrade --force-reinstall -r install_environments/requirements/pettingzoo.txt
AutoROM -y
AutoROM -y
2 changes: 1 addition & 1 deletion install_environments/requirements/city_learn.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CityLearn
CityLearn
2 changes: 1 addition & 1 deletion install_environments/requirements/flatland.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flatland-rl
flatland-rl
2 changes: 1 addition & 1 deletion install_environments/requirements/gymnasium_mamujoco.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mujoco
gymnasium_robotics
gymnasium_robotics
2 changes: 1 addition & 1 deletion install_environments/requirements/pettingzoo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ numpy
gym
pymunk
scipy
opencv-python
opencv-python
2 changes: 1 addition & 1 deletion install_environments/requirements/smacv1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/oxwhirl/smac.git
git+https://github.com/oxwhirl/smac.git
2 changes: 1 addition & 1 deletion install_environments/requirements/smacv2.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/oxwhirl/smacv2.git
git+https://github.com/oxwhirl/smacv2.git
2 changes: 1 addition & 1 deletion install_environments/requirements/voltage_control.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/jcformanek/mapdn.git
git+https://github.com/jcformanek/mapdn.git
2 changes: 1 addition & 1 deletion install_environments/smacv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ rm -rf SMAC_Maps.zip
echo 'StarCraft II is installed.'

# Install SMAC
pip install -r install_environments/requirements/smacv1.txt
pip install -r install_environments/requirements/smacv1.txt
2 changes: 1 addition & 1 deletion install_environments/smacv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ rm -rf SMAC_Maps.zip
echo 'StarCraft II is installed.'

# Install SMAC
pip install -r install_environments/requirements/smacv2.txt
pip install -r install_environments/requirements/smacv2.txt
2 changes: 1 addition & 1 deletion install_environments/voltage_control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apt-get install llvm
#conda install -c numba numba
pip install -r install_environments/requirements/voltage_control.txt
wget https://github.com/jcformanek/mapdn/releases/download/v0.0.1/data.zip
unzip data.zip
unzip data.zip
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ repo_url: https://github.com/instadeepai/og-marl
edit_uri: edit/develop/docs/

# Copyright
copyright: InstaDeep © 2022 Copyright, all rights reserved.
copyright: InstaDeep © 2022 Copyright, all rights reserved.

0 comments on commit 131e35d

Please sign in to comment.