We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time series 로 주어지는 obs/state 들을 종류 별로 적절히, 깔끔하게 그려주는 기본 그래프 모듈을 만들면 좋지 않을까요? 주 목적은 발표자료나 논문에 들어갈 그래프를 만드는게 아니라 빠르게 결과를 검토할 수 있는 그래프를 만드는 것입니다.
요구사항
deg
논의사항
(Optional) 실시간 렌더링
env.render()
env.reset() for _ in range(1000): env.render() env.step(env.action_space.sample()) # take a random action env.close()
The text was updated successfully, but these errors were encountered:
아주 좋은 것 같습니다. 몇 가지 필요한 사항을 적어보자면,
env
model
variable name
unit
Sorry, something went wrong.
@seong-hun 말씀하신 python 관련 영상 링크 부탁할게요~
python
모듈화 관련 영상 https://youtu.be/o64FV-ez6Gw
Merge pull request #38 from seong-hun/feature/iss22
81101c6
Basic Plotting Module (#22)
Merge pull request #70 from fdcl-nrf/hotfix/iss22
e0fb09d
Plotting module 레이블 오류 및 한 번에 여러 figure 창을 띄우도록 수정함(#22)
JinraeKim
No branches or pull requests
Time series 로 주어지는 obs/state 들을 종류 별로 적절히, 깔끔하게 그려주는 기본 그래프 모듈을 만들면 좋지 않을까요? 주 목적은 발표자료나 논문에 들어갈 그래프를 만드는게 아니라 빠르게 결과를 검토할 수 있는 그래프를 만드는 것입니다.
요구사항
deg
로 표현해야함논의사항
(Optional) 실시간 렌더링
env.render()
메소드를 매 스텝 실행(예제)
The text was updated successfully, but these errors were encountered: