kakaoenterprise / JORLDY

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

memory size in test_r2d2_agent.py #105

Closed leonard-q closed 2 years ago

leonard-q commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

agent.memory.size is not defined correctly

To Reproduce Steps to reproduce the behavior:

run pytest after uncomment agent.memory.size

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image

Development Env. (OS, version, libraries): Please describe current development environment Linux Ubuntu

Additional context Add any other context about the problem here.

leonard-q commented 2 years ago

It is related to #109 and it is resolved