kakaoenterprise / JORLDY

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

[#207] fix env reset at time limit #211

Closed kan-s0 closed 2 years ago

kan-s0 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, ...) bugfix

Test Configuration

Description

There are cases where the environment itself breaks down due to a long loop, and the problem that the broken environment is not properly reset during the existing time limit has been solved.