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: 6 months ago
JSON representation

REINFORCE implementation from scratch.

Awesome Lists containing this project

README

          

## 🗒 About

- **REINFORCE** algorithm implemented from scratch.
- **Continuous action space** implementation.
- Tested in **Pendulum-v1** environment.