We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在自己修改代码后,选择的是continuous env,智能体separated policy更新action,但是env_runner.py中的 collect 函数这里只有MultiDiscrete 和Discrete两个选项,没有Box选项,请问这个情况要怎么处理?感谢!
The text was updated successfully, but these errors were encountered:
Any updates ? it seems to be the same in the runner.shared.env_runner.eval function.
使用deepl翻译:
有什么更新吗?在runner.shared.env_runner.eval函数中似乎是一样的。
Sorry, something went wrong.
box不用编码,直接赋值就可以了
No branches or pull requests
在自己修改代码后,选择的是continuous env,智能体separated policy更新action,但是env_runner.py中的 collect 函数这里只有MultiDiscrete 和Discrete两个选项,没有Box选项,请问这个情况要怎么处理?感谢!
The text was updated successfully, but these errors were encountered: