https://github.com/mokeddembillel/continuous-rl
A codebase for continuous action spaces Reinforcement Learning algorithms
https://github.com/mokeddembillel/continuous-rl
codebase ddpg ddpg-algorithm ddpg-pytorch reinforcement-learning reinforcement-learning-algorithms sac sac-pytorch soft-actor-critic soft-q-learning sql sql-pytorch td3 td3-pytorch
Last synced: 2 months ago
JSON representation
A codebase for continuous action spaces Reinforcement Learning algorithms
- Host: GitHub
- URL: https://github.com/mokeddembillel/continuous-rl
- Owner: mokeddembillel
- Created: 2021-03-21T20:54:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T06:50:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T17:13:54.014Z (4 months ago)
- Topics: codebase, ddpg, ddpg-algorithm, ddpg-pytorch, reinforcement-learning, reinforcement-learning-algorithms, sac, sac-pytorch, soft-actor-critic, soft-q-learning, sql, sql-pytorch, td3, td3-pytorch
- Language: Python
- Homepage:
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Continuous-RL
A codebase for continuous action spaces Reinforcement Learning algorithms
Currently contains these four algorithms:
- Deep Deterministic Policy Gradient (DDPG)
- Twin Delayed Deep Deterministic Policy Gradient (TD3)
- Soft Actor-Critic (SAC)
- Soft Q-Learning (SQL)If anyone is interested in contributing, contact me please