-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter2 Application Demo #4
Comments
期待代码 |
请问有关于multiDiscrete动作空间的详细对照解析吗,我查看了代码注视文档教程好像只有普通离散动作的。 |
其实就是 DI-engine 中的 MultiHead 功能实现,可以先看这边的源码,我们本周内会在课程 repo 这边更新下代码注解文档。 |
明白了,谢谢! |
您好, |
我跟据讲解尝试了下multihead,但是报错了:
|
现在可以参考这个例子 https://github.com/opendilab/PPOxFamily/blob/main/chapter2_action/discrete_tutorial_zh.py#L58 |
谢谢!我根据您的例子重写下。 |
multiDiscrete动作空间和Discrete动作空间相关的ppo的代码,还有控制交通信号灯的完整代码能分享一下吗? |
你好,我docker pull了最新的
我手动安装了 |
解决了,需要把整个drones的库clone下来, |
Hi, This repo [https://github.com/zjowowen/gym-pybullet-drones.git] is updated with the origin repo [https://github.com/utiasDSL/gym-pybullet-drones]. Thanks for reminding us! |
@zjowowen |
您好,我在跑demo时老遇到这样的问题,不知道有没有小伙伴和我有一样的问题。 [10-20 22:34:24] WARNING subprocess reset set seed failed, ignore and continue... subprocess_env_manager.py:263 Traceback (most recent call last): wandb: Waiting for W&B process to finish... (failed 1). Press Ctrl-C to abort syncing. |
请问仓库中有multidiscretePPO的完整代码和训练过程吗 |
求multidiscrete+PPO 控制交通灯代码 |
可以参考 DI-smartcross 中的相关例子,由于 cityflow 环境比较复杂,我们没有直接整合到课程仓库中,所以请移步 DI-smartcross 查看。传送门 |
你好,无人机姿态控制(连续动作空间)这个案例的环境代码有么,想参考一下如何用强化学习在接上pid控制器的 |
所有代码都在本仓库的代码示例中可以找到的,无人机姿态控制的代码是这个链接 |
在本 issue 中,我们会更新所有和课程第二讲相关的应用 demo 素材
训练代码链接
火箭回收(离散动作空间)
rocket.mp4
无人机姿态控制(连续动作空间)
drone.mp4
交通信控(多维离散动作空间)
cityflow_tiny.mp4
导航控制(混合动作空间:参数化动作空间)
out.mp4
The text was updated successfully, but these errors were encountered: