kakaoenterprise / JORLDY

Repository for Open Source Reinforcement Learning Framework JORLDY
Apache License 2.0
359 stars 50 forks source link

update custom lr decay #116

Closed ramanuzan closed 2 years ago

ramanuzan commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

update learningrate decay function in baseAgent to avoid overriding when agent dose not use "self.optimizer" (e.g. self.actor_optimizer, self.critic_optimizer)

Additional context Add any other context or screenshots about the feature request here.