-
gym 0.14.0
-
Python 3.7
-
TensorFlow
Use anaconda to manage environment
conda create -n rl python=3
source activate rl
git clone https://github.com/sshpark/ReinforcementLearningCode.git
cd ReinforcementLearningCode/
then run the Python file.
gym 0.14.0
Python 3.7
TensorFlow
Use anaconda to manage environment
conda create -n rl python=3
source activate rl
git clone https://github.com/sshpark/ReinforcementLearningCode.git
cd ReinforcementLearningCode/
then run the Python file.