mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
Added some popular third-party beginner tutorials。 (#1271)
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
|
||||
## Third-Party tutorials about gymnasium
|
||||
|
||||
### [Johnny Code from Youtube](https://www.youtube.com/playlist?list=PL58zEckBH8fCt_lYkmayZoR9XfDCW9hte)
|
||||
|
||||
Watch this set of videos to train Gymnasium Reinforcement Learning environments using Q-Learning, Deep Q-Learning, and other algorithms. Environments include FrozenLake-v1, MountainCar-v0, CartPole-v1, and MoJoco Humanoid-v4. The youtuber uses Python with VSCode as the development environment. Libraries include Farama Gymnasium, PyTorch, Stable Baselines3. All codes are made available on github.com/johnnycode8 repository.
|
||||
|
||||
### [freeCodeCamp from Youtube](https://www.youtube.com/watch?v=vufTSJbzKGU)
|
||||
|
||||
This video tells the basics of reinforcement learning and how to implement it using Gymnasium.
|
||||
|
||||
|
||||
## Third-Party tutorials about libraries that use gymnasium
|
||||
|
||||
### [AgileRL](https://docs.agilerl.com/en/latest/tutorials/gymnasium/index.html)
|
||||
|
Reference in New Issue
Block a user