-
Notifications
You must be signed in to change notification settings - Fork 49
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
About the network mode #44
Comments
Hi, the IA is very basic. When you have IA vs IA, the same algorithm flies both planes. The two planes try to go towards the enemy, and enter a loop: they turn. I haven't fixed this case yet, I need to add a support for this case. |
Because the enemy aircraft has IA on and the Allies do not have IA on and are using reinforcement learning algorithms, what should I do to get the aircraft to fire in network mode, e.g. fire missiles when locked on enemy aircraft, fire, etc? |
There is a "fire_missile" function in network mode: |
Thanks, I will try it |
What should I do if I want to shoot with a gun? |
You have the function activate / deactivate_machinegun: |
Thank you, I will try it again |
Hi, |
In network mode, I'm trying to get two planes to start a dogfight and I can attack the enemy plane by doing "df.activate_IA", but how do I do it to get my plane to attack? It seems to only fly in circles
The text was updated successfully, but these errors were encountered: