Farama-Foundation / D4RL-Evaluations

Apache License 2.0
187 stars 27 forks source link

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

Closed csufangyu closed 3 years ago

csufangyu commented 3 years ago

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))