Documentation
Documentation copied to clipboard
Stable Baselines Writing Algorithm
Description
Add tutorial for stable_baselines RL library on Writing Algorithm/Machine Learning.
Motivation and Context
Easy implementation example for users.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Refactor (non-breaking change which improves implementation)
- [X] New feature (non-breaking change which adds functionality)
- [X] Non-functional change (xml comments/documentation/etc)
Checklist:
- [X] My code follows the code style of this project.
- [X] I have read the CONTRIBUTING document.
- [X] My branch follows the naming convention
bug-<issue#>-<description>orfeature-<issue#>-<description>