Published March 14, 2022 | Version v2
Dataset Open

Time optimal low-thrust rendezvous from an asteroid belt

  • 1. Advanced Concepts Team

Description

This dataset allows to train regression models representing the optimal time of flight of a constant acceleration low-thrust trajectory aimed at a randezvous with a target orbiting station (placed at 1.3 Astronomical Units).

The version 2 of the dataset should be used, correcting a data bias towards simpler transfers present in the previous version.

The attributes, X, represent the modified equinoctial parameters (p,f,g,h,k,sin(L), cos(L)) of the spacecraft (SI units) at the start of the transfer. L is the true longitude. Different representations of the initial state are likely key to improving any model.

The time of flight, Y,  is given in units of TIME=5022642.890912783s

The dataset was used for value function learning in our paper:

Izzo, D. and Origer, S.: "Neural representation of a time optimal, constant acceleration rendezvous" - https://arxiv.org/abs/2203.15490

where we were more interested on the effects/use of the data augmentation technique called "Backward Generation of Optimal Examples" than on the accuracy of the resulting neural model. A MAE of ~25 days is obtained on the test set, when training from the augmented dataset (vs. ~34.08 days from the non augmented one). Both these numbers can likely be improved considerably, constituting a nice challenge for the community.

The python pickles can be opened as:

with open("filename.pk", "rb") as f:
    X, Y = pkl.load(f)

else , we also provide the corresponding csv files.

* training: contains 3000 items

* test: contains ~1000 items

training_augmented_32_0.0001: contains 96000 items (augmented from the 3000 of training)

Files

test.csv

Files (23.8 MB)

Name Size Download all
md5:760dfff55bd5d8f5beee5d902d9794c2
157.8 kB Preview Download
md5:6106e30521a36d9c023cbc589a846247
68.9 kB Download
md5:7179d627e137d3fd9e5eff29366a5d2d
25.3 kB Preview Download
md5:cb4e0c14dd4673ffef14247118a95576
442.8 kB Preview Download
md5:51aa2dac2dcdc8ea01ea201a0f42d600
192.2 kB Download
md5:811a4d1deb32f7f3add60cea45249fcf
14.3 MB Preview Download
md5:1e482142aa955372ff96b59a9963ac72
6.1 MB Download
md5:d46901ebee314f6baf7a4cb0aabc885a
2.4 MB Preview Download
md5:9de2cbb1ec68184fbf8ed06d7ca003e1
72.8 kB Preview Download