Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: ga3c
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _tflow_select=2.1.0=gpu
- absl-py=0.9.0=py36_0
- astor=0.8.0=py36_0
- blas=1.0=mkl
- c-ares=1.15.0=h7b6447c_1001
- ca-certificates=2020.1.1=0
- certifi=2019.11.28=py36_0
- cudatoolkit=10.0.130=0
- cudnn=7.6.5=cuda10.0_0
- cupti=10.0.130=0
- gast=0.2.2=py36_0
- google-pasta=0.1.8=py_0
- grpcio=1.27.2=py36hf8bcb03_0
- h5py=2.10.0=py36h7918eee_0
- hdf5=1.10.4=hb1b8bf9_0
- intel-openmp=2020.0=166
- keras-applications=1.0.8=py_0
- keras-preprocessing=1.1.0=py_1
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_0
- libprotobuf=3.11.4=hd408876_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- markdown=3.1.1=py36_0
- mkl=2020.0=166
- mkl-service=2.3.0=py36he904b0f_0
- mkl_fft=1.0.15=py36ha843d7b_0
- mkl_random=1.1.0=py36hd6b4f25_0
- ncurses=6.2=he6710b0_0
- numpy=1.18.1=py36h4f9e942_0
- numpy-base=1.18.1=py36hde5b4d6_1
- openssl=1.1.1d=h7b6447c_4
- opt_einsum=3.1.0=py_0
- pip=20.0.2=py36_1
- protobuf=3.11.4=py36he6710b0_0
- python=3.6.10=h0371630_0
- readline=7.0=h7b6447c_5
- scipy=1.2.1=py36h7c811a0_0
- setuptools=45.2.0=py36_0
- six=1.14.0=py36_0
- sqlite=3.31.1=h7b6447c_0
- tensorboard=1.15.0=pyhb230dea_0
- tensorflow=1.15.0=gpu_py36h5a509aa_0
- tensorflow-base=1.15.0=gpu_py36h9dcbed7_0
- tensorflow-estimator=1.15.1=pyh2649769_0
- tensorflow-gpu=1.15.0=h0d30ee6_0
- termcolor=1.1.0=py36_1
- tk=8.6.8=hbc83047_0
- webencodings=0.5.1=py36_1
- werkzeug=0.16.1=py_0
- wheel=0.34.2=py36_0
- wrapt=1.11.2=py36h7b6447c_0
- xz=5.2.4=h14c3975_4
- zlib=1.2.11=h7b6447c_3
- pip:
- atari-py==0.2.6
- cloudpickle==1.2.2
- future==0.18.2
- gym==0.16.0
- opencv-python==4.2.0.32
- pillow==7.0.0
- pyglet==1.5.0
prefix: /home/cosc/student/atu31/miniconda3/envs/ga3c

2 changes: 0 additions & 2 deletions ga3c/GA3C.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@
Config.TRAIN_MODELS = False
Config.SAVE_MODELS = False

gym.undo_logger_setup()

# Start main program
Server().main()