DQN 코드 질문 #9
Lee-JaeWon
started this conversation in
General
Replies: 1 comment
-
안녕하세요. @Lee-JaeWon 님 대회 참여해주셔서 감사합니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
제공된 DQN코드(
Agent_dqn.py
)에서가 무슨 역할을 하는건가요??
다른 간단한 예제에서 테스트해보려 코드를 고쳐보고 있는데
continuous한 action이 아니라 discrete action으로 다루려면 어떻게 해야하는지 모르겠습니다.ㅠㅠ
실행해보면
the behavior needs a discrete input of dimension (1, 1) for (<number of agents>, <action size>) but received input of dimension (1, 3)
과 같은 오류가 발생합니다.위 과정이 문제인듯합니다.
Beta Was this translation helpful? Give feedback.
All reactions