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
I am using deep reinforcement learning to train multiple drones, but during the training process, UE4 often throws exceptions, causing the simulation to interrupt. I want to know what is causing this?
I'm using deep reinforcement learning to train multiple drones and this question comes up quite often. I'm using a block environment and adding some cylinders as obstacles.
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered:
Bug report
What's the issue you encountered?
I am using deep reinforcement learning to train multiple drones, but during the training process, UE4 often throws exceptions, causing the simulation to interrupt. I want to know what is causing this?
Settings
`{
"SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/master/docs/settings.md",
"SettingsVersion": 1.2,
"CameraDefaults": {
"CaptureSettings": [
{
"ImageType": 0,
"Width": 640,
"Height": 480,
"FOV_Degrees": 90
},
{
"ImageType": 1,
"Width": 320,
"Height": 240,
"FOV_Degrees": 90
},
{
"ImageType": 2,
"Width": 84,
"Height": 84,
"FOV_Degrees": 90
},
{
"ImageType": 3,
"Width": 320,
"Height": 240,
"FOV_Degrees": 90
},
{
"ImageType": 4,
"Width": 320,
"Height": 240,
"FOV_Degrees": 90
},
{
"ImageType": 5,
"Width": 320,
"Height": 240,
"FOV_Degrees": 90
}
]
},
"SimMode": "Multirotor",
"ClockSpeed": 5,
"Vehicles": {
"UAV0": {
"VehicleType": "SimpleFlight",
}
}`
How can the issue be reproduced?
I'm using deep reinforcement learning to train multiple drones and this question comes up quite often. I'm using a block environment and adding some cylinders as obstacles.
Include full error message in text form
What's better than filing an issue? Filing a pull request :).
The text was updated successfully, but these errors were encountered: