No engines found for F22. #1256
Replies: 4 comments 12 replies
-
You haven't shown the implementation of |
Beta Was this translation helpful? Give feedback.
-
What happens if you run the python examples in the repo - https://github.com/JSBSim-Team/jsbsim/tree/master/examples/python? |
Beta Was this translation helpful? Give feedback.
-
Yes, since a single backslash But given that you were able to run all 3 and have plots generated for them means that these example Python scripts were able to find the relevant engine files. |
Beta Was this translation helpful? Give feedback.
-
Print out all the paths in your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to build a RL agent (with a basic DQN) that controls an aircraft and guides it towards a waypoint. Unfortunately, whenever I start the training, the following error appears, halting the execution:
I will provide the code I used, to give more context. Whenever
train_agent
is called, the environment is successfully created and wrapped in a Monitor. However, before training begins, I get the error mentioned. I tried changing aircraft type (F16, 737, A320) and I am never able to run the training. I also noticed that, when callingmodel.learn()
, I get a ton of these:Any help would be deeply appreciated. Thank you.
Code
Environment
Training
Beta Was this translation helpful? Give feedback.
All reactions