- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 36字
- 2021-07-23 19:05:07
Algorithmic tasks
There are algorithmic tasks that can be learned through reinforcement learning. A copy environment can be invoked, as follows:
environment = gym.make('Copy-v0')
The process of copying a string is shown in the following screenshot: