Sewook Yoo
Sewook Yoo
For Fourrooms-v0 game, env.render() function can be applied. how to render the game??
After finishing to train model, How to render the trained policy?? if I implement ant_irl.py but it does not train model at all 
When I tried to implement this code with the below command, I got this error. - command ``` python Evaluation.py ./config/demo.py --model-name demo ``` - error ``` gpu number:1 model...
The saved demonstration on your repository is only a single demonstration. It is just a one episode. Where could I get more episodes about the atari games ???
What is your gym version to implement your code? If I called env.unwrapped.restore_state function ``` I got terminate called after throwing an instance of 'char const*' Aborted (core dumped) ```...
If I have to make demonstration, how do I compose the dimension of demonstration? For example, state = [batch, sequence, *observation_shape] action = [batch, sequence, *action_shape] I trained "halfcheetah-v4" for...