cpnota / autonomous-learning-library

A PyTorch library for building deep reinforcement learning agents.
MIT License
646 stars 72 forks source link

SAC/DDPG tweaks #312

Closed cpnota closed 8 months ago

cpnota commented 8 months ago

This contains some minor hyperparameter tweaks to SAC and DDPG. It also changes the way actions are sampled at test time for SAC. Finally, it fixes a bug with summary logging.

Closes #264 Closes #310 Closes #311 Closed #227