mario.py의 copy에 대한 고찰 #7
right-chan
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
똑똑하신 고찰입니다. 그럼 |
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.
-
verification_env_obs_id.ipynb 을 보면 state의 id를 확인할 수 있습니다.
ResizeObservation에서 state가 copy되는 것이 확인되었습니다.따라서
mario.py에서 Resize 전에 이미지를 저장하는RecordFrames는 copy가 필요하고,Resize후에 이미지를 저장하는SkipStackObservation는 copy가 필요 없습니다.Beta Was this translation helpful? Give feedback.
All reactions