You appear to be missing MuJoCo. We expected to find the file here: /home/zhao/.mujoco/mjpro150 This package only provides python bindings, the library must be installed separately. Please follow the instructions on the README to install MuJoCo https://github.com/openai/mujoco-py#install-muj...
frozen_lake_enhanced.py This is the FrozenLake-v1 environment overlayed with Q values. You do not need to understand this code, but feel free to check how I modified the environment. frozen_lake_qe.py This file is almost identical to the frozen_lake_q.py file above, except this uses ...
(python3 examples/gym_cartpole_env.py)We can use agentlace to run the environment as a server, and the client can send action to the server in a distributed manner. Meanwhile, we still retain the gym API on the client and server side....