This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 连续山地车
[OpenAI Gym](http://gym.openai.com) 的设计方式是所有环境都提供相同的 API - 即相同的方法 `reset`、`step` 和 `render`,以及相同的抽象**动作空间**和**观察空间**。因此,应该可以通过最少的代码更改使相同的强化学习算法适应不同的环境。