James D. Morris
James D. Morris
I add it and it made mouse start working but not keyboard. Its absurdly disheartening that we're dealing with a super mature game dev project with multiple input 'systems' and...
@myeg yeah i see in the code there are these #if UNITY_INPUT_SYSTEM_EXISTS and I did add that thing on the scripting define symbols, and that makes the mouse work, but...
Hi I'm actually running this locally. My goal is to be able to seemlessly transition from docker local to docker on floydhub or elsewhere. I have seen some people say...
@houqp yesterday I re-installed the ubuntu from scratch, updated packages, blacklisted nouveau, installed build-essentials, and installed the nvidia runfile driver (375.86), with --no-opengl-files and saying "no" to any offers to...
Note: here I posted a question describing the exact setup (just 2 commands on top of floydhub/pytorch) https://askubuntu.com/questions/942768/how-can-i-properly-run-openai-gym-with-nvidia-docker-and-see-the-environments You can see that the rendering is wrong. Which underscores the need...
@houqp fluxbox is not a hard dependency. I just found some example that used it. I have posted on several forums including askubuntu and devtalk.nvidia.com regarding it, but have not...
@houqp So I got sidetracked from this project doing the Coursera DeepLearning Specialization, but when that's done I really want to nail the stack for local, docker-based OpenAI gym development...
So based on the info at openAI for universe, I did the following: ``` nvidia-docker run --privileged --rm -it \ -e DOCKER_NET_HOST=172.17.0.1 \ -v /var/run/docker.sock:/var/run/docker.sock \ floydhub/pytorch:0.1.11-gpu-py3.6 bash ``` it...
Ok, so I now believe the best way for local development will be x forwarding. No need to install anything else in the image. However, I believe something in the...
in the ALE manual, I found this:  So ALE's default is not RGB but palette. I'm thinking maybe somehow the pallets values are getting sent to the 'observation' that...