Hi @yihaosun1124
Thanks for sharing your great work!
I failed to run python run_example/plotter.py --algos "rambo" --task "hopper-medium-replay-v2", after following your setup instruction.
The outputs are:
Traceback (most recent call last):
File "run_example/plotter.py", line 173, in <module>
csv_file = merge_csv(path, args.query_file, args.query_x, args.query_y)
File "run_example/plotter.py", line 42, in merge_csv
assert len(results) > 0
AssertionError
After reading plotter.py, I'm not sure what this assert is for. Would you check from your side?
Best,
Levi
Hi @yihaosun1124
Thanks for sharing your great work!
I failed to run
python run_example/plotter.py --algos "rambo" --task "hopper-medium-replay-v2", after following your setup instruction.The outputs are:
After reading plotter.py, I'm not sure what this assert is for. Would you check from your side?
Best,
Levi