Farama-Foundation/D4RL-Evaluations

the error in d4rl_evaluations/crem/scripts/run_script.py

csufangyu opened this issue · 0 comments

I try to run the code,and I find there is a small error in the "d4rl_evaluations/crem/scripts/run_script.py "
It maybe change

replay_buffer.add(obs, action, new_obs, reward, done_bool)

as :
replay_buffer.add((obs, action, new_obs, reward, done_bool))