minimalRL icon indicating copy to clipboard operation
minimalRL copied to clipboard

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Results 22 minimalRL issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/31560580/207782295-a9e78d5e-1169-4707-b8aa-cfc2c56ac0db.png) My system environment is below - virtual machine ubuntu 18.04 on windows - miniconda - python 3.9 version I just copy and paste this minimalRL code in my workspace......

See https://github.com/seungeunrho/minimalRL/blob/c8efed8481e3cd40e9739cfde220a55522555b57/sac.py#L127C1-L127C54 Shouldn't the formula be `target = r + gamma * (1 - done) * (min_q + entropy)`?