Skip to content

ts-bill/my-reinforcement-learning-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Reinforcement-Learning-Practice

My Practice of Reinforcement Learning

Requirements

  • Python ^3.8
  • numpy ^1.19.0 pip install numpy
  • gym ^0.18.3 pip install gym
  • atari-py ^0.3.0 pip install atari-py
  • SWIG ใช้สำหรับ bindings Python/Java/etc. จาก c/c++ code sudo apt install swig ต้องลงก่อนที่จะไปลง Box2D,box2d-py
  • Box2D ^2.3.10 pip install Box2D
  • box2d-py ^2.3.8 pip install box2d-py ทำให้สามารถใช้ lunar lander environments ได้
  • tensorflow ^2.5.0 pip install tensorflow
  • tensorflow ^2.5.0 pip install tensorflow-gpu
  • torch ^1.9.0 pip install torch

วิธีลง library ต่างใน python ที่เกี่ยวกับ OpenAI Gym สามารถดูได้ที roboticslab-uc3m

Credit : Reinforcement Learning Course - Full Machine Learning Tutorial

About

My Practice of Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published