-
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
Problems with IA models being used for long periods of time #84
Comments
Hello, do you start the plane as IA at the beginning of each episode? |
No, I don't turn IA mode on every episode, I turn it on at the beginning of training. After a number of turns of training the airplane leaves IA mode on its own and goes out of control. |
I don't think there will be a problem if you turn on at the beginning of each episode. |
|
Is your problem solved? I am also doing reinforcement learning research based on the dogfight platform, using enemy AI to train our own agents. However, a series of problems arise when using enemy AI. For example, enemy aircraft will not track us beyond a certain distance. Aircraft, enemy aircraft will fly near the aircraft carrier to attack the aircraft on the aircraft carrier. I sincerely hope to communicate with you. |
Sure. This is a question I still haven't addressed, and I thought we could communicate about it.You can contact me at the e-mail address on my home page. |
Hi, when I train intelligences for air combat missions using reinforcement learning algorithms, the "enemy aircraft" that the intelligences pair with are outputting maneuvers using your IA model. At the beginning of the training the "enemy aircraft" is able to output normal maneuvers, but as the training time progresses it seems to have a bug and leaves the IA model! The output from the command line looks like the picture below. what can I do to solve this problem?
The text was updated successfully, but these errors were encountered: