Eric Kolve

Results 37 comments of Eric Kolve

You can check the log `~/.config/unity3d/Allen\ Institute\ for\ Artificial\ Intelligence/AI2-THOR/Player.log` within the container for errors.

Could you send me the output of the `env` command when you run that from the host machine? I believe that error is also a proxy issue and the parameter...

Can you try updating the file `scripts/build.sh` - modify this line: `docker build --build-arg NVIDIA_VERSION=$NVIDIA_VERSION --build-arg CUDA_VERSION=$CUDA_VERSION -t ai2thor-docker:latest .` to this: `docker build --build-arg=http_proxy=$http_proxy --build-arg=https_proxy=$https_proxy --build-arg NVIDIA_VERSION=$NVIDIA_VERSION --build-arg CUDA_VERSION=$CUDA_VERSION...

Could you share your training code, a requirements.txt (listing any dependencies), Python version and cuda version? I can try to reproduce the issue on my side.

The fix for the drone metadata has been merged into `main`. This has yet to be released as a pip, but you can initialize the controller as follows to get...

> Fantastic addition to THOR. I don't mind disallowing nested batching, this seems very reasonable to me. Before diving into the the various metadata alternatives one question: why will the...

`GetReachablePositions` already uses fastActionEmit, so its about as fast as you can get (in terms of eliminating metadata data IO/generation), but that isn't really what you are asking. I don't...

Are you running more than one Xorg server on this host? Do you have more than one instance of ai2thor-docker running? We have seen instances where running more than one...

Are you running multiple ai2thor processes within a single docker container? That would be one way to achieve parallelization.