https://github.com/bcorfman/sb3-trial
Stable Baselines 3 Cartpole example configured with Rye as dependency manager.
https://github.com/bcorfman/sb3-trial
artificial-intelligence eight-puzzle machine-learning pytorch reinforcement-learning rye stable-baselines3
Last synced: about 1 month ago
JSON representation
Stable Baselines 3 Cartpole example configured with Rye as dependency manager.
- Host: GitHub
- URL: https://github.com/bcorfman/sb3-trial
- Owner: bcorfman
- License: mit
- Created: 2024-04-05T21:53:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:34:25.000Z (over 2 years ago)
- Last Synced: 2024-04-08T13:33:47.207Z (over 2 years ago)
- Topics: artificial-intelligence, eight-puzzle, machine-learning, pytorch, reinforcement-learning, rye, stable-baselines3
- Language: Makefile
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sb3-trial
Stable Baselines 3 Cartpole example configured with Rye as dependency manager.
Tested with Ubuntu on WSL2.

## Prerequisites
* At a type `make devinstall` to set up the project-level dependencies in development mode, or just `make install` to set up the game as runnable only.
## To run the example
* At a command prompt in the project directory, type `make run`.
## Notes for Visual Studio Code users
* I've included some extension recommendations that can make your development easier.
* [Run On Save](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave)
* [Make support and task provider](https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider)
* These recommendations will pop up when opening the project inside VSCode.
* Installing both extensions will
* Use the code in `settings.json` to run `make format` and `make lint` on each `File:Save`.
* Display available Make targets within the _Makefile Tasks_ sidebar pane and allow them to be run with a mouse click.