Environment deployment Notes

[TOC] Setup dreamer builder for IGLU Minecraft task — setup notes Advantages of using pip install git check https://dev.to/fronkan/pip-install-a-git-repository-111b This will not create dependencies on the local machine python -c flag execute the python code in command e.g, 1 2 3 4 python -c ' import pprint pprint.pprint(1) ' set TF_XLA variable TF_XLA_FLAGS=--tf_xla_auto_jit=2 use python=3.7 otherwise the environment will crash. some strange bugs of the environment if I directly follow the instructions from https://github....

<span title='2021-12-06 20:13:12 +1100 AEDT'>December 6, 2021</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Sukai Huang

Docker Notes

[TOC] Setup dreamer builder for IGLU Minecraft task — Docker Session The author suggested to use Docker environment. HOWEVER, due to some unknown reason, my current ubuntu desktop cannot run nvidia-docker, and thus cannot connect to GPU device in the container, thus I decided that we do not deploy the model on docker! The following are useful tips regarding to docker commands. docker permission issue in order to connect to docker sock...

<span title='2021-12-05 20:40:59 +1100 AEDT'>December 5, 2021</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Sukai Huang