rlkit icon indicating copy to clipboard operation
rlkit copied to clipboard

Cannot reproduce the results of IQL on antmaze

Open Shenzhi-Wang opened this issue 4 years ago • 1 comments

I've run examples/iql/antmaze_finetune.py, but the results are so bad, oscillating between 0 and 1 (as shown in the figure below), which are totally different from the result figures in examples/iql/README.md.

飞书20220403-174713

Shenzhi-Wang avatar Apr 03 '22 09:04 Shenzhi-Wang

I think you just need to smooth (each epoch contains 1 rollout which either succeeds or fails), can you average the returns over a moving window and plot it again? Our results were plotted with https://github.com/rail-berkeley/rlkit/blob/master/rlkit/visualization/plot_util.py

anair13 avatar Apr 03 '22 19:04 anair13