forked from Acmece/rl-collision-avoidance
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RL algorithms #5
Comments
@CzJaewan 이전에 얘기했던 value based, policy based 분류는 https://spinningup.openai.com/en/latest/spinningup/rl_intro2.html#citations-below를 참조하면 좋을 듯.
ps) 보고바람 |
@Geonhee-LEE value based RL, Policy based RL 등의 Algorithm들은 PPO를 통한 실제 테스트 까지 완료한 후 진행할 예정 이전 알고리즘 구현 및 테스트 진행 사항
|
@CzJaewan 각각 소스의 참조 repo 좀 업데이트 부탁드립니다. |
SAC 구현https://github.com/Geonhee-LEE/rl-collision-avoidance/tree/sac
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Value based RL
Value based + Policy based RL
Policy based RL
Model based RL
The text was updated successfully, but these errors were encountered: