TecNets
TecNets copied to clipboard
Issues running the experiments
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
I get the same issue. It seems to only work with --support=1 --query=1, but get poor performance!
@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!