kakaoenterprise / JORLDY

Repository for Open Source Reinforcement Learning Framework JORLDY
Apache License 2.0
362 stars 49 forks source link

fix error in rnd #71

Closed leonard-q closed 2 years ago

leonard-q commented 2 years ago

:star2: Hello! Thanks for contributing JORLDY!

Checklist

Please check if you consider the following items.

Types of changes

Please describe the types of changes! (ex. Bugfix, New feature, Documentation, ...) Bug fix

Test Configuration

Description

Please describe the details of your contribution

Bug was occurred after RND refactoring. The target network parameters have to contain "target" in their name, but it changed to 't', so RND target network also trained for minimizing r_i. This commit fixed this problem