Merge pull request #19 from leggedrobotics/master-algorithms-notice

added notice on algorithms branch to README
This commit is contained in:
Nikita Rudin 2024-01-31 18:47:36 +01:00 committed by GitHub
commit a1d25d1fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Fast and simple implementation of RL algorithms, designed to run fully on GPU.
This code is an evolution of `rl-pytorch` provided with NVIDIA's Isaac GYM.
| :zap: The `algorithms` branch supports additional algorithms (SAC, DDPG, DSAC, and more)! |
| ------------------------------------------------------------------------------------------------ |
Only PPO is implemented for now. More algorithms will be added later.
Contributions are welcome.