Skip to content

yuzougit/demo-RL

Repository files navigation

Reinforcement Learning DDPG

Test of DDPG algorithm on a simplified satellite simulation.


Project Structure

train.py -- Main loop between Environment and Agent
train_utils.py -- Helper functions such as noise function
agent.py -- Define how the agent makes actions given observations and updates policy
networks.py -- Define actor and critic networks
prioritized_buffers -- Implementation of PER
satellite_engine -- Simplified satellite simulation
satellite_constant -- Constants for calculating satellite simulation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages