cartpole_mars Cartpole_mars是一个最小的体育馆环境,在火星上有一个pole子杆,重力= 3.71 m / s ^ 2。 安装和环境注册 git clone https://github.com/sparthib/cartpole_mars.git cd cartpole_mars pip install gym pip install -e . Test your installation 测试您的安装 python test_cartpole_mars.py