Skip to content

Releases: microsoft/event-vae-rl

Environment binaries

08 Mar 02:18
Compare
Choose a tag to compare

Windows binaries for AirSim drone obstacle course.

Data and Weights

08 Mar 02:18
Compare
Choose a tag to compare

Contains event data from AirSim, trained eVAE weights and trained obstacle avoidance policies in three folders:

evae_data: Sample data from 'poles' and 'gates' environments to train eVAE representations over.
weights: Sample eVAE representation weights trained over 'poles' environment, one with XY data only (evae_xy) and one with full event data (evae_full_tc).
policies: Policies trained using both kinds of eVAE weights as above: brp_full (full event data) and brp_xy (XY data only)

Place evae_data in the event_vae folder and the rest in event_rl folder.