-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/alex-petrenko/sample-factory
- Loading branch information
Showing
6 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,3 +139,4 @@ trained_policies/** | |
*~ | ||
|
||
cmake-build* | ||
envs/doom/multiplayer/tests/_vizdoom/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
language: python | ||
dist: bionic | ||
python: | ||
- "3.7" | ||
|
||
notifications: | ||
email: false | ||
|
||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install libboost-all-dev libsdl2-dev zlib1g-dev libbz2-dev | ||
- sudo apt-get install libjpeg-dev libfluidsynth-dev libgme-dev libopenal-dev libmpg123-dev | ||
- sudo apt-get install libsndfile1-dev libwildmidi-dev libgtk-3-dev timidity nasm tar chrpath | ||
|
||
install: | ||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh | ||
- bash miniconda.sh -b -p $HOME/miniconda | ||
- source "$HOME/miniconda/etc/profile.d/conda.sh" | ||
- hash -r | ||
- conda config --set always_yes yes --set changeps1 no | ||
- conda update -q conda | ||
- conda info -a | ||
- patch environment.yml ./.travis/patchfile.patch | ||
- conda env create -q -f environment.yml | ||
- conda activate sample-factory | ||
|
||
script: | ||
- python -m unittest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
7a8 | ||
> - astroid=2.4.0=py37_0 | ||
13c14 | ||
< - cudatoolkit=10.1.243=h6bb024c_0 | ||
--- | ||
> - cpuonly=1.0=0 | ||
30a32 | ||
> - isort=4.3.21=py37_0 | ||
33a36 | ||
> - lazy-object-proxy=1.4.3=py37h7b6447c_0 | ||
50a54 | ||
> - mccabe=0.6.1=py37_1 | ||
68a73 | ||
> - pylint=2.5.0=py37_1 | ||
71c76 | ||
< - pytorch=1.4.0=py3.7_cuda10.1.243_cudnn7.6.3_0 | ||
--- | ||
> - pytorch=1.5.0=py3.7_cpu_0 | ||
78c83,85 | ||
< - torchvision=0.5.0=py37_cu101 | ||
--- | ||
> - toml=0.10.0=py37h28b3542_0 | ||
> - torchvision=0.6.0=py37_cpu | ||
> - typed-ast=1.4.1=py37h7b6447c_0 | ||
109a117 | ||
> - gym-minigrid==1.0.1 | ||
125a134,135 | ||
> - tensorflow-cpu==1.15.0 | ||
> - tensorflow-estimator==1.15.1 | ||
129a140 | ||
> - git+https://github.com/alex-petrenko/ViZDoom@doom_bot_project#egg=vizdoom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters