https://github.com/egpivo/reinforcement-learning-practice
Reinforcement Learning Practice
https://github.com/egpivo/reinforcement-learning-practice
machine-learning reinforcement-learning
Last synced: 2 months ago
JSON representation
Reinforcement Learning Practice
- Host: GitHub
- URL: https://github.com/egpivo/reinforcement-learning-practice
- Owner: egpivo
- License: bsd-2-clause
- Created: 2022-07-24T13:54:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T14:06:46.000Z (over 2 years ago)
- Last Synced: 2025-02-14T12:49:03.538Z (4 months ago)
- Topics: machine-learning, reinforcement-learning
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RL Practices
## Example List
| Example | Original Work | Remark|
|---|---|---|
| [Tic Tac Toe](https://github.com/egpivo/reinforcement-learning-practice/tree/main/examples/tic_tac_toc) | [link](https://github.com/ShangtongZhang/reinforcement-learning-an-introduction/blob/master/chapter01/tic_tac_toe.py) |