Releases: microsoft/event-vae-rl
Releases · microsoft/event-vae-rl
Environment binaries
Data and Weights
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.