-
Notifications
You must be signed in to change notification settings - Fork 95
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
关于源码运行报错 #20
Comments
jsbsim版本太高了,换乘1.1.8试试 |
感谢回复! |
可以在windows下运行,.sh文件可以通过pycharm运行 |
感谢回复! (jsbsim) E:\code\python_execise\CloseAirCombat\CloseAirCombat-master\scripts>python
安装wandb包时显示: ################################################################################## |
包含了问题1,dada文件下没有F-16飞机参数文件,建议添加一个F-16的参数文件或者更改根目录到自己安装的JSBSim库下面自带的F-16飞机参数文件,如,
问题2,应该是版本不同导致文本数据分割问题,仅保留有效属性就行
|
1 similar comment
包含了问题1,dada文件下没有F-16飞机参数文件,建议添加一个F-16的参数文件或者更改根目录到自己安装的JSBSim库下面自带的F-16飞机参数文件,如,
问题2,应该是版本不同导致文本数据分割问题,仅保留有效属性就行
|
Traceback (most recent call last): |
你好,请问你的问题解决了吗 |
你好,我也出现了问题1的情况,我的环境是Windows,但是我不知道你提到的修改的位置在哪里,可以具体给我讲一下在哪里吗 |
请问运行python envs/JSBSim/test/test_baseline_use_env.py语句时,报如下错误:
JSBSim startup beginning ...
Could not open file: Path "E:/code/python_execise/CloseAirCombat-master/CloseAirCombat-master/envs/JSBSim/utils/../data/aircraft/f16/f16.xml"
JSBSim failed to open the configuration file: Path "E:/code/python_execise/CloseAirCombat-master/CloseAirCombat-master/envs/JSBSim/utils/../data/aircraft/f16/f16.xml"
Traceback (most recent call last):
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\test\test_baseline_use_env.py", line 163, in
test_maneuver()
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\test\test_baseline_use_env.py", line 142, in test_maneuver
env = SingleCombatEnv(config_name='1v1/NoWeapon/test/opposite')
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\envs\singlecombat_env.py", line 12, in init
super().init(config_name)
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\envs\env_base.py", line 31, in init
self.load()
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\envs\env_base.py", line 55, in load
self.load_simulator()
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\envs\env_base.py", line 64, in load_simulator
self._jsbsims[uid] = AircraftSimulator(
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\core\simulatior.py", line 132, in init
self.reload()
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\core\simulatior.py", line 168, in reload
Catalog.add_jsbsim_props(self.jsbsim_exec.query_property_catalog(""))
File "E:\code\python_execise\CloseAirCombat-master\CloseAirCombat-master\envs\JSBSim\core\catalog.py", line 553, in add_jsbsim_props
[name_jsbsim, access] = jsbsim_prop.split(" ")
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered: