pytorch 학습 모델 실행 관련 #24
Lee-JaeWon
started this conversation in
General
Replies: 1 comment 1 reply
-
@Lee-JaeWon 님 안녕하세요. RL Drone Delivery challenge에 참여해주셔서 감사합니다. 주말 동안 baseline code가 update된 부분들이 있어, 한번 확인해 주시면 감사하겠습니다. 감사합니다. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
외부 python api에서 작성한 알고리즘을 통해 학습을 진행하여 얻은 pytorch의 학습 모델인
.pt
파일을 (혹은.pth
)를 빌드된 유니티 환경인.exe
에서 어떻게 테스트 할 수 있나요?.onnx
로 변환하여 유니티 에디터에서 테스트해야하나요?++
baseline에서
inference.py
를 참고해 해결중입니다.inference.py
실행 시 오류가 나는데 주의해야할 점이 있나요?inference.py
실행 시Agent_dqn.py
내의 아래와 같은 코드에서다음과 같은 오류가 발생합니다.
ValueError: too many values to unpack (expected 6)
Beta Was this translation helpful? Give feedback.
All reactions