以CartPole-v0为例子:
gym.make(‘CartPole-v0’)
reset()函数详解
render()函数详解
step()函数详解
参考链接:https://zhuanlan.zhihu.com/p/26985029