├── Final Weights ├── GTO1_1stnet.zip ├── GTO1_2ndnet.zip ├── GTO2_1stnet.zip ├── GTO2_2ndnet.zip ├── GTO3_1stnet.zip ├── GTO3_2ndnet.zip ├── SuperGTO_1stnet.zip ├── SuperGTO_2ndnet.zip └── inf ├── Mat_env.m ├── Model_training_logs └── a ├── Model_training_weights └── a ├── Paper_output ├── GTO-GEO3dpic.PNG └── superGTO-GEO3dpic.PNG ├── README.md ├── Spacecraft_Env.py ├── __pycache__ ├── Spacecraft_Env.cpython-37.pyc ├── config.cpython-37.pyc ├── enviornment.cpython-37.pyc ├── inf └── scenerios.cpython-37.pyc ├── chkStop.m ├── config.py ├── csv_files ├── Rtimeinput.dat ├── csvlist.dat └── csvlistinitialize.dat ├── earth.png ├── enviornment.py ├── environment.yml ├── environment_info.txt ├── model_1_50.mat ├── paper-outputs ├── GTO-GEO.gif ├── GTO-GEO3dpic.PNG ├── GTO-GEO3dpic.png ├── GTO-GEO_fast (2).mp4 ├── GTO-GEO_fast.mov ├── Orbital_Rotation_2 .png ├── Super GTO-GEO_fast.mp4 ├── SuperGTO-GEO.gif ├── SuperGTO-GEO_fast.mov ├── a ├── a_e.png ├── fig10.PNG ├── fig11.PNG ├── fig12.PNG ├── fig13.PNG ├── fig5.PNG ├── fig6.PNG ├── fig7.PNG ├── fig8.PNG ├── superGTO-GEO3dpic.PNG ├── superGTO-GEO3dpic.png ├── tab3.PNG └── tab6.PNG ├── plots └── a ├── readme.txt ├── satellite.png ├── scenerios.py ├── spacecraftEnivironment.m ├── test.py ├── test.sh └── train.py /Final Weights/GTO1_1stnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO1_1stnet.zip -------------------------------------------------------------------------------- /Final Weights/GTO1_2ndnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO1_2ndnet.zip -------------------------------------------------------------------------------- /Final Weights/GTO2_1stnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO2_1stnet.zip -------------------------------------------------------------------------------- /Final Weights/GTO2_2ndnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO2_2ndnet.zip -------------------------------------------------------------------------------- /Final Weights/GTO3_1stnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO3_1stnet.zip -------------------------------------------------------------------------------- /Final Weights/GTO3_2ndnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/GTO3_2ndnet.zip -------------------------------------------------------------------------------- /Final Weights/SuperGTO_1stnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/SuperGTO_1stnet.zip -------------------------------------------------------------------------------- /Final Weights/SuperGTO_2ndnet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Final Weights/SuperGTO_2ndnet.zip -------------------------------------------------------------------------------- /Final Weights/inf: -------------------------------------------------------------------------------- 1 | Final weights for all scenerios 2 | -------------------------------------------------------------------------------- /Mat_env.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Mat_env.m -------------------------------------------------------------------------------- /Model_training_logs/a: -------------------------------------------------------------------------------- 1 | Model logs saved here. 2 | -------------------------------------------------------------------------------- /Model_training_weights/a: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Paper_output/GTO-GEO3dpic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Paper_output/GTO-GEO3dpic.PNG -------------------------------------------------------------------------------- /Paper_output/superGTO-GEO3dpic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Paper_output/superGTO-GEO3dpic.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/README.md -------------------------------------------------------------------------------- /Spacecraft_Env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/Spacecraft_Env.py -------------------------------------------------------------------------------- /__pycache__/Spacecraft_Env.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/__pycache__/Spacecraft_Env.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/config.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/__pycache__/config.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/enviornment.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/__pycache__/enviornment.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/inf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /__pycache__/scenerios.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/__pycache__/scenerios.cpython-37.pyc -------------------------------------------------------------------------------- /chkStop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/chkStop.m -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/config.py -------------------------------------------------------------------------------- /csv_files/Rtimeinput.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/csv_files/Rtimeinput.dat -------------------------------------------------------------------------------- /csv_files/csvlist.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/csv_files/csvlist.dat -------------------------------------------------------------------------------- /csv_files/csvlistinitialize.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/csv_files/csvlistinitialize.dat -------------------------------------------------------------------------------- /earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/earth.png -------------------------------------------------------------------------------- /enviornment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/enviornment.py -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/environment.yml -------------------------------------------------------------------------------- /environment_info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/environment_info.txt -------------------------------------------------------------------------------- /model_1_50.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/model_1_50.mat -------------------------------------------------------------------------------- /paper-outputs/GTO-GEO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/GTO-GEO.gif -------------------------------------------------------------------------------- /paper-outputs/GTO-GEO3dpic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/GTO-GEO3dpic.PNG -------------------------------------------------------------------------------- /paper-outputs/GTO-GEO3dpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/GTO-GEO3dpic.png -------------------------------------------------------------------------------- /paper-outputs/GTO-GEO_fast (2).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/GTO-GEO_fast (2).mp4 -------------------------------------------------------------------------------- /paper-outputs/GTO-GEO_fast.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/GTO-GEO_fast.mov -------------------------------------------------------------------------------- /paper-outputs/Orbital_Rotation_2 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/Orbital_Rotation_2 .png -------------------------------------------------------------------------------- /paper-outputs/Super GTO-GEO_fast.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/Super GTO-GEO_fast.mp4 -------------------------------------------------------------------------------- /paper-outputs/SuperGTO-GEO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/SuperGTO-GEO.gif -------------------------------------------------------------------------------- /paper-outputs/SuperGTO-GEO_fast.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/SuperGTO-GEO_fast.mov -------------------------------------------------------------------------------- /paper-outputs/a: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /paper-outputs/a_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/a_e.png -------------------------------------------------------------------------------- /paper-outputs/fig10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig10.PNG -------------------------------------------------------------------------------- /paper-outputs/fig11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig11.PNG -------------------------------------------------------------------------------- /paper-outputs/fig12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig12.PNG -------------------------------------------------------------------------------- /paper-outputs/fig13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig13.PNG -------------------------------------------------------------------------------- /paper-outputs/fig5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig5.PNG -------------------------------------------------------------------------------- /paper-outputs/fig6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig6.PNG -------------------------------------------------------------------------------- /paper-outputs/fig7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig7.PNG -------------------------------------------------------------------------------- /paper-outputs/fig8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/fig8.PNG -------------------------------------------------------------------------------- /paper-outputs/superGTO-GEO3dpic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/superGTO-GEO3dpic.PNG -------------------------------------------------------------------------------- /paper-outputs/superGTO-GEO3dpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/superGTO-GEO3dpic.png -------------------------------------------------------------------------------- /paper-outputs/tab3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/tab3.PNG -------------------------------------------------------------------------------- /paper-outputs/tab6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/paper-outputs/tab6.PNG -------------------------------------------------------------------------------- /plots/a: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/readme.txt -------------------------------------------------------------------------------- /satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/satellite.png -------------------------------------------------------------------------------- /scenerios.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/scenerios.py -------------------------------------------------------------------------------- /spacecraftEnivironment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/spacecraftEnivironment.m -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/test.py -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/test.sh -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talhazaidi13/Cascaded-Deep-Reinforcement-Learning-Based-Multi-Revolution-Low-Thrust-Spacecraft-Orbit-Transfer/HEAD/train.py --------------------------------------------------------------------------------