https://github.com/rish-16/actor-critic-model
TensorFlow implementation of the Actor-Critic model
https://github.com/rish-16/actor-critic-model
Last synced: 7 days ago
JSON representation
TensorFlow implementation of the Actor-Critic model
- Host: GitHub
- URL: https://github.com/rish-16/actor-critic-model
- Owner: rish-16
- Created: 2019-06-06T03:49:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T03:50:32.000Z (about 7 years ago)
- Last Synced: 2025-08-21T23:51:27.710Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actor-Critic-Model
TensorFlow implementation of the Actor-Critic model. Modelled for the `Pendulum-v0` environment from OpenAI's`gym`