reinforcement-learning-algorithms
reinforcement-learning-algorithms copied to clipboard
SAC Agent still wrong with "tuple index out of range" use "MountainCar-v0"
I try to use "MountainCar-v0" env in sac agent but still wrong with "tuple index out of range" Could you tell me how to fix it ? Thanks
Traceback (most recent call last):
File "D:\RL_library/sac/train.py", line 14, in
@StewartTsai Hi - my SAC implementation aims to solve the MuJoCo tasks with continuous control, thus I haven't tested MountainCar-v0
in the current version. But I will fix this problem in these days and notify you in this issue.