Skip to content

a confusing result when evaluating #26

@lrcc275

Description

@lrcc275

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions