added notice on algorithms branch to README

This commit is contained in:
Lukas Schneider 2023-12-12 18:44:24 +01:00
parent 8804e4f730
commit dbebd60086
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.