Added some popular third-party beginner tutorials。 (#1271)

This commit is contained in:
润泽
2024-12-14 17:13:56 +08:00
committed by GitHub
parent 38dab5e05e
commit 6137784f34

View File

@@ -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)