Eclectic-Sheep / sheeprl

Distributed Reinforcement Learning accelerated by Lightning Fabric
https://eclecticsheep.ai
Apache License 2.0
313 stars 33 forks source link

SAC-AE #20

Closed belerico closed 1 year ago

belerico commented 1 year ago

It would be nice to have the SAC-AE algorithm. SAC-AE adds to SAC a reconstruction loss from an AutoEncoder model: inspired by https://arxiv.org/abs/1910.01741.

A WIP can be found here: #21