TecNets icon indicating copy to clipboard operation
TecNets copied to clipboard

Issues running the experiments

Open nimaasg opened this issue 5 years ago • 2 comments

Hi Stephen, I'm running into a few issues trying to run the experiments:

  • AttributeError: 'ReacherMILEnv' object has no attribute 'set_visibility'

I had to comment out a couple of lines in eval_mil_reach.py to avoid this error.

  • RuntimeError: Tried to sample 4 support and query samples,but there are only 3 samples of this task.

I get this error with the original settings in tecnets_corl_results.sh. It seems to only work with --support=1 --query=1. Any idea why this is?

Thanks, Nima

nimaasg avatar Nov 27 '19 02:11 nimaasg

I get the same issue. It seems to only work with --support=1 --query=1, but get poor performance!

newday233 avatar Oct 16 '20 03:10 newday233

@newday233 Hi,I am now doing robot control based on meta-imitation learning, do you think it is necessary for me to reproduce this code?thanks!

ZlSong417 avatar Jul 04 '23 08:07 ZlSong417