Skip to content

Deploy trained policy on C++ appilication #59

Answered by Toni-SM
impala-shen asked this question in Sim2Real
Discussion options

You must be logged in to vote

Hi @impala-shen

Can you check if the output after applying the state preprocessor is the same?
You can test the state preprocessor output in Python with the following code (after instantiate the trainer and load the agent checkpoint)

state = ...
preprocessed_state = agent._state_preprocessor(state)

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@impala-shen
Comment options

@Toni-SM
Comment options

@impala-shen
Comment options

Comment options

You must be logged in to vote
4 replies
@Toni-SM
Comment options

Answer selected by impala-shen
@impala-shen
Comment options

@Toni-SM
Comment options

@impala-shen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants