Setup Environment for Berkeley CS294(Deep Reinforcement Learning) Homework
# Set up development environment for Berkeley CS294 Homework: http://rll.berkeley.edu/deeprlcourse/
# Platform: Ubuntu 17.04, Python 3.5.3
#294 Repo: https://github.com/berkeleydeeprlcourse/homework
Readme here: https://github.com/berkeleydeeprlcourse/homework/blob/master/hw1/README.md
Dependencies: TensorFlow, MuJoCo version 1.31, OpenAI Gym
- MuJoCo: Download version 1.3.1. mjpro131 linux Get a student licence and install folder is ~/.mujoco Place the licence file mjkey.txt under /.mujoco and ~/.mujoco/mjpro131/bin
- You can run ~/.mujoco/mjpro131/bin/simulate to test, but it needs libglfw.so.3 under ~/.mujoco/mjpro131/bin, run `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/yuan8421/.mujoco/mjpro131/bin
` - Clone gym repo at: https://github.com/openai/gym#examples, follow the instruction in Install section
- git clone https://github.com/openai/gym.git
cd gym
pip3 install -e . - mujoco-py Because we use MuJoCo 1.3.1, the coresponding mujoco-py version is 0.5.7
- pip3 install mujoco-py==0.5.7
- Navigate to homework/hw1, modify script demo.bash python to python3. Run it and check the result
仲夏梦 028 Letters
仲夏梦 027 Epilogue
仲夏梦 025 Armageddon & 026 Lonely Eden
仲夏梦 023 End of War & 024 Time to Wake Up
仲夏梦 021 Hey, Bro & 022 Departures
仲夏梦 019-020 Stories Untold
仲夏梦 017 I Wanna Play a Game & 018 Tunguska Sunrise
仲夏梦 015 Dozing Demon & 016 Coffee Philosophy
PART III
孩子在纤小的新月世界里,没有一切束缚。
他并非无故放弃了他的自由。
他知道有无穷的快乐藏在妈妈心中的小小一隅里,
被妈妈亲爱的手臂所拥抱,其甜美远胜过自由。
——泰戈尔
Continue reading “仲夏梦 015 Dozing Demon & 016 Coffee Philosophy”