Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjavacas/reinforce-from-scratch
REINFORCE implementation from scratch.
https://github.com/manjavacas/reinforce-from-scratch
control from-scratch gym gymnasium pendulum-v1 reinforce reinforcement-learning rl
Last synced: 27 days ago
JSON representation
REINFORCE implementation from scratch.
- Host: GitHub
- URL: https://github.com/manjavacas/reinforce-from-scratch
- Owner: manjavacas
- License: gpl-3.0
- Created: 2024-12-04T12:16:38.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:23:42.000Z (30 days ago)
- Last Synced: 2024-12-04T13:25:30.843Z (29 days ago)
- Topics: control, from-scratch, gym, gymnasium, pendulum-v1, reinforce, reinforcement-learning, rl
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🗒 About
- **REINFORCE** algorithm implemented from scratch.
- **Continuous action space** implementation.
- Tested in **Pendulum-v1** environment.