lshengjian / RL_STEPS

Step by step learning reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step by step learning reinforcement learning

install Gymnasium on Windows 11

Classic Control

pip install gymnasium[classic-control]

Box2d

  • download swigwin
  • unzip to your work directory
  • add swigwin-4.1.1 directory to system PATH
pip install gymnasium[classic-box2d]

MuJoCo

  • download mojoco 2.1.5
  • unzip to your home directory .mujoco and rename it to mujoco210
  • add C:/Users/[your account]/.mujoco/mujoco210/bin to system PATH
pip install gymnasium[classic-mujoco]

Acknowledgements

thank 赵世钰老师

thank seungeunrho

About

Step by step learning reinforcement learning

License:MIT License


Languages

Language:Python 100.0%