Sewook Yoo

Results 6 issues of 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 ![Screenshot from 2020-11-03 00-48-30](https://user-images.githubusercontent.com/42348669/97888775-e0cbe900-1d6e-11eb-98b6-40ab54a9eeeb.png)

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...