uzh-rpg / agile_flight

Developing and Comparing Vision-based Algorithms for Vision-based Agile Flight
MIT License
152 stars 55 forks source link

Could we change environment during training? #12

Closed ouafi98 closed 2 years ago

ouafi98 commented 2 years ago

Hi, I want to switch to other environment automatically during training. Is that possible with the actual provided code ?

Also can we use both depth image and distance from obstacles?

Does the simulator give only the distance of obstacles in front of the drone ?

yun-long commented 2 years ago

yes. you can change environment during training. however, this is not implemented. It is possible with the actually provided code.

Yes. you can use both during training. But for evaluation, you can only use one of them

The simulator provides 10 closed distances between the drone and the obstacles. Not only the obstacles that are in front.