Joe Booth
Joe Booth
Update: GCP tutorial suggests using T4 GPU to save costs, but fails when using T4 GPU (error below) --- Hi, I am following the tutorial [Training an Obstacle Tower agent...
When following the [GCP Tutorial](https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md) - I see Tensorflow warning that the version of Tensorflow is not optimized for the cpu. Given that the cloud instance does include the optimized...
[From GCP tutorial](https://github.com/Unity-Technologies/obstacle-tower-env/blob/master/examples/gcp_training.md) 1. [bug] The tutorial references an old release ``` wget https://storage.googleapis.com/obstacle-tower-build/v1/obstacletower_v1_linux.zip unzip obstacletower_v1_linux.zip ``` should be ``` wget https://storage.googleapis.com/obstacle-tower-build/v1.1/obstacletower_v1.1_linux.zip unzip obstacletower_v1.1_linux.zip ``` 2. [bug] **Install the Obstacle...
I updated to the final binaries, paks, and code - however, I get the following error when running on windows: 'simGetObjectPose' was called with an invalid number of arguments. Expected:...
I have been trying to implement a basic REQ/REP model with Unity3D (Mac OS X) acting as the server and python as the client. It works OK as a standalone...
When running the trained model in the Unity Editor - you may see different results between runs and from Build->Run Workaround * Build->Run - i.e. create an executable project to...
The update to 2018.4 broke the pre-trained Walk / Run ml-models. Solution: * Retrain Walk / Run Waiting for #4
I get the following error when running with TensorFlow (with GPU) > current context was not created by the StreamExecutor cuda_driver API: 0x2ccf300; a CUDA runtime call was likely performed...
I ran Breakout overnight - it's slow but looks like it is learning: https://gym.openai.com/evaluations/eval_qw6rVeMThW8SUVoIGyEg Note it took 9hrs 35 mins - for 5000 ‘games' (8.7 games per min) Where would...
since updating to v0.88 i get this error ```AttributeError: 'OpenAIEmbeddings' object has no attribute 'embedding_ctx_length``` Note: my faiss data and doc.index where create with an older version my code is...