Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial and basic projects for Stable Baseline3 and Gymnasium

Useful links:

Tutorial 1, 2, 3, 4 inspired by: https://www.youtube.com/watch?v=Mut_u40Sqz4&t=5197s

Requirements (creating a virtual environment is recommended):

  • Python 3.8+
  • Stable baseline 3:
    • pip install stable-baselines3[extra]
  • Gymnasium:
    • pip install gymnasium
  • Gymnasium atari:
    • pip install gymnasium[atari]
    • pip install gymnasium[accept-rom-license]
  • Gymnasium box 2d:
    • pip install gymnasium[box2d]
  • Gymnasium robotics:
    • pip install gymnasium-robotics
  • Swig:
    • apt-get install swig

About

Basics and simple projects using Stable Baseline3 and Gymnasium. Code commented and notes

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages