V3.1.1
Change Log
Feature
- Implement
TRACoptimizer. (#263) * Fast TRAC: A Parameter-Free Optimizer for Lifelong Reinforcement Learning - Support
AdamWoptimizer viacreate_optimizer(). (#263) - Implement
AdamGoptimizer. (#264, #265) * Towards Stability of Parameter-free Optimization
Bug
- Handle the optimizers that only take the
modelinstead of the parameters increate_optimizer(). (#263) - Move the variable to the same device with the parameter. (#266, #267)