luksfarris / deeprecsys

deeprecsys is a python package that simulates a Reinforcement Learning environment, using realistic Recommender System data. It includes a set of tools and agents.
https://deeprecsys.com/
GNU General Public License v3.0
5 stars 2 forks source link

Add Actor-Critic implementation #3

Closed luksfarris closed 3 years ago

luksfarris commented 3 years ago

Since I've ditched rl-agents in #1, might as well implement this one myself as well

luksfarris commented 3 years ago

A few papers cite soft actor critic working better, will implement it. There's an implementation here https://github.com/ku2482/soft-actor-critic.pytorch