paper-with-me

홈 › Papers

Reinforcement Learning for Low-Thrust Trajectory Design of Interplanetary Missions

2020-08-19 · Alessandro Zavoli, Lorenzo Federici

This paper investigates the use of Reinforcement Learning for the robust design of low-thrust interplanetary trajectories in presence of severe disturbances, modeled alternatively as Gaussian additive process noise, observation noise, control actuation errors on thrust magnitude and direction, and possibly multiple missed thrust events. The optimal control problem is recast as a time-discrete Markov Decision Process to comply with the standard formulation of reinforcement learning. An open-source implementation of the state-of-the-art algorithm Proximal Policy Optimization is adopted to carry out the training process of a deep neural network, used to map the spacecraft (observed) states to the optimal control policy. The resulting Guidance and Control Network provides both a robust nominal trajectory and the associated closed-loop guidance law. Numerical results are presented for a typical Earth-Mars mission. First, in order to validate the proposed approach, the solution found in a (deterministic) unperturbed scenario is compared with the optimal one provided by an indirect technique. Then, the robustness and optimality of the obtained closed-loop guidance laws is assessed by means of Monte Carlo campaigns performed in the considered uncertain scenarios. These preliminary results open up new horizons for the use of reinforcement learning in the robust design of interplanetary missions.

📄 PDF Abstract BibTeX arXiv:2008.08501

Code (1)

LorenzoFederici/RobustTrajectoryDesignbyRL 공식 구현 tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Robust DesignStochastic OptimizationTrajectory Planning

Methods 이 논문이 사용한 방법론

PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Fast Evaluation of Low-Thrust Transfers via Deep Neural Networks

2019-02-11 · Yue-he Zhu, Ya-zhong Luo

The design of low-thrust-based multitarget interplanetary missions requires a method to quickly and accurately evaluate the low-thrust transfer between any two visiting targets. Complete evaluation of the low-thrust tran…

Hall effect thruster design via deep neural network for additive manufacturing

2023-03-14 · Konstantin Korolev

Hall effect thrusters are one of the most versatile and popular electric propulsion systems for space use. Industry trends towards interplanetary missions arise advances in design development of such propulsion systems. …

Real-Time Optimal Guidance and Control for Interplanetary Transfers Using Deep Networks

2020-02-20 · Dario Izzo, Ekin Öztürk

We consider the Earth-Venus mass-optimal interplanetary transfer of a low-thrust spacecraft and show how the optimal guidance can be represented by deep networks in a large portion of the state space and to a high degree…

Neural Approximators for Low-Thrust Trajectory Transfer Cost and Reachability

2025-08-04 · Zhong Zhang, Francesco Topputo arxiv

In trajectory design, fuel consumption and trajectory reachability are two key performance indicators for low-thrust missions. This paper proposes general-purpose pretrained neural networks to predict these metrics. The …

Computational Efficiency

Machine learning and evolutionary techniques in interplanetary trajectory design

2018-02-01 · Dario Izzo, Christopher Sprague, Dharmesh Tailor

After providing a brief historical overview on the synergies between artificial intelligence research, in the areas of evolutionary computations and machine learning, and the optimal design of interplanetary trajectories…

BIG-bench Machine LearningTrajectory Planning