Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Stable Baselines Writing Algorithm

Open LouisSzeto opened this issue 3 years ago • 0 comments

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> or feature-<issue#>-<description>

LouisSzeto avatar Aug 19 '22 14:08 LouisSzeto