-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I evaluate the pretrained models according to the starter.md
However, the progress bar "Evaluating ........" will stop around 11%
I actually see the metrics like "eval/task/reaching/pos_err/mean" on my terminal, but I notice the "eval/time_outs/sum" is 0.
Does it mean that the robots terminate abnormally?
In the wandb website, there is a video, but the other graphs time_out , pos_error are not drawn correctly
Compared to your summary I think there may be some problem
I run the code with (python scripts/evaluate.py env.sim_device=cuda:0 env.graphics_device_id=0 env.cfg.env.episode_length_s=17.0 env.tasks.reaching.sequence_sampler.file_path=data/tossing.pkl ckpt_path=checkpoints/tossing/ours/model.pt env.tasks.reaching.target_obs_times="[-0.06,-0.04,-0.02,0.0,0.02,0.04,0.06,1.0]" )
using the data and checkpoints downloaded from the websites provided.
I use architecture linux ubuntu22.04 RTX4090 (actually in another machine with RTX3090,I encounter same problem.