[Proposal] Tutorials
See original GitHub issueProposal
To encourage the use of Gymnasium and build up the RL community, I would propose that a large range of tutorials are created.
This is a list of tutorials that could be made
- Implementation of a custom environment
- DQN for atari implementation (doesn’t need to be fast)
- Training an agent for the new Phys3d / Phys2d environments (brax) using pytorch or jax
- Frozenlake training results with different map sizes
- Gym vectorisation (gym.vector.make)
- Training agents for the blackjack environment, it has Tuple observation space
- How to use the action sample masking, with example from Taxi
- Car racing, comparing agents with continuous and discrete action spaces
- Training a deep RL agent with pytorch (with the new step API)
- Using gym make, spec, register and registry
- Understand the gym spaces
- Exploring the impact of bipedal walker
hardcore
parameter on agent performance - Train an agent with stable-baselines-3
- Train an agent with tianshou
- Using gym for Multi-agent RL
- Using gym for Offline RL with D4RL
- How to render an environment
- How to develop an environment using the gym MDP API
- Using the gym wrappers and developing custom wrappers
- visualising your agent with gym.utils.play
- Understanding the gym environment checker
- Experimenting with classic control reset options random state bounds
- Add environment or example using the Graph space
- Add example with entity neural network using the Sequence space
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Proposal Development Process Tutorial - YouTube
Description of the proposal development processhttps://acqnotes.com/acqnote/tasks/ proposal -development-process.
Read more >How to Write a Proposal in 10 Easy Steps - YouTube
Need to put together a business or project proposal but not sure where to start? We've put together a quick and easy video...
Read more >How Pros Write Business Proposals To Win New Clients
Download our FREE Business Proposal Template now to win new ... How Pros Write Business Proposals To Win New Clients | Tutorial and...
Read more >How To Write A Winning Project Proposal - YouTube
Learn how to write a project proposal that gets your project funded.Try our award-winning PM software for free: ...
Read more >Tutorial Proposal Guidelines, Undergraduate
Designing a tutorial is an important part of the project. The students in the group should work together, along with the instructor, to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am working on “Training a deep RL agent with pytorch (with the new step API)”.
I’m working on the Frozenlake one, still work in progress but I hope to have it ready soonish.