文件名称:python_irl:Python中的基本逆向强化学习方法
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-03 20:03:14
python inverse-reinforcement-learning Python
逆向强化学习 要求 Python 3.6+ 准备 要运行此代码,请通过pip安装numpy和Gym。 $ pip install numpy gym 克隆此存储库。 $ git clone https://github.com/yasufumy/python_irl.git 价值迭代 $ python value_iteration 最大熵逆强化学习 $ python main.py
【文件预览】:
python_irl-master
----value_iteration.py(3KB)
----main.py(2KB)
----LICENSE(1KB)
----README.md(385B)
----.gitignore(1KB)
----maxent_irl.py(2KB)