You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如果你是通过bash scripts/something.sh的话你应该不会遇到这个错误。你可能是在IDE里面直接运行的,建议遇到这种错误你首先应该debug一下发现问题出在scripts\train\train_jsbsim.py的logging.error("Can not support the " + all_args.env_name + "environment."),这是因为在config.py中group.add_argument("--env-name", type=str, default='JSBSim'默认设置成了JSBSim的缘故,你需要检查一下all_args.env_name参数你是否设置了,你需要设置--env-name SingleCombat
我是第一次使用这个jsbsim仿真。看了你这边的介绍的代码安装流程,安装了jsbsim==1.1.6,
但是报错:Can not support the JSBSimenvironment.
是还需要安装jsbsim仿真或者其他东西吗?
希望能具体说一下,程序运行起来,都需要安装哪些环境,谢谢
The text was updated successfully, but these errors were encountered: