Skip to content

Data and Weights

Compare
Choose a tag to compare
@saihv saihv released this 08 Mar 02:18
· 8 commits to main since this release

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.