目录
当前位置: 首页 > 文档资料 > 机器学习 >

OpenAPI Gym

优质
小牛编辑
116浏览
2023-12-01

OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. It makes no assumptions about the structure of your agent, and is compatible with any numerical computation library, such as TensorFlow or Theano.

安装

pip install gym[all]

或者源码安装

git clone https://github.com/openai/gym
cd gym
pip install -e .[all]

资源