rishistyping / AWS_JPL_OSR_DRL

Build and train a reinforcement learning (RL) model on AWS to autonomously drive JPL’s Open-Source Rover between given locations in a simulated Mars environment with the least amount of energy consumption and risk of damage.
https://spacechallenge.tech/
Apache License 2.0
12 stars 6 forks source link

Soft Actor Critic #8

Closed Gizmotronn closed 4 years ago

Gizmotronn commented 4 years ago

This was assigned to me by @wakeuplearn https://towardsdatascience.com/soft-actor-critic-demystified-b8427df61665 Spinning Up Docs are also good: https://spinningup.openai.com/en/latest/algorithms/sac.html

Gizmotronn commented 4 years ago

We're looking at Actor Critic instead. #9

Gizmotronn commented 4 years ago

9