rsl_rl ppo edit #2302
-
hello,How can I modify the PPO algorithm under the rsl_rl library?I couldn't find the rsl-rl file in the site-packages of the conda environment, but the rl_game file was found. |
Beta Was this translation helpful? Give feedback.
Answered by
RandomOakForest
Apr 17, 2025
Replies: 1 comment
-
Thanks for posting this. Here you find the doc for the configuration settings of PPO. Do you need to modify the actual method? If so, you need to work with the library directly, which you can find here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RandomOakForest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for posting this. Here you find the doc for the configuration settings of PPO. Do you need to modify the actual method? If so, you need to work with the library directly, which you can find here.