Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 351 Bytes

ReinforcementLearningCode

Dependencies

  • gym 0.14.0

  • Python 3.7

  • TensorFlow

How to run

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.