Follow the instructions from here
- Converts MoTeC files recorded by ACTI (ld files) to pickle. Only the telemetry is used. The state, reward, and actions are reconstructed when loading the offline data.
- Steps to update and run:
- Copy the new MoTeC file to your dataset path and follow the structure
- Update
motec_to_pickle_config.yml
(see available data indata/paths.yml
). - Run the following command:
python motec_to_pickle.py dataset_path=<dataset_path>