Skip to content

shoutrain/Deep-Reinforcement-Learning-Hands-On-Second-Edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Reinforcement-Learning-Hands-On-Second-Edition

Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt

The original example projects don't work well with the up-to-date libs, so I have to update some code to meet the up-to-date libs.

I am using python 3.12.2, torch 2.4.1, gymnasium 0.29.1(instead of gym <=0.26.2) and corresponding other packages. I also installed ale-py and AutoRom to make gymnasium can work with atari:

import gymnasium as gym
import ale_py

gym.register_envs(ale_py)  # make gymnasium work with atari

About

Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.5%
  • Python 19.1%
  • TeX 1.0%
  • Shell 0.7%
  • C 0.4%
  • OpenSCAD 0.2%
  • Other 0.1%