upb-lea / ElectricGrid.jl

A time domain electrical energy grid modeling and simulation tool with a focus on the control of power electronics converters
https://upb-lea.github.io/ElectricGrid.jl/
MIT License
33 stars 4 forks source link

Additional RL agents needed #100

Closed janstenner closed 1 year ago

janstenner commented 1 year ago

We need to implement additional RL agents besides ddpg.

@VikasChidananda will try to implement SAC and TD3.

VikasChidananda commented 1 year ago

References for TD3:

  1. spinning up code
  2. Julia TD3
VikasChidananda commented 1 year ago