-
Read into the [original publication](https://arxiv.org/abs/1606.03476)
A good, out of the box implementation of GAIL for driving scenarios is: [gail-driver](https://github.com/sisl/gail-driver) -> Re…
-
Hello,
I just have a expert trajectories and no Environment/Simulator for my problem.
I was able to convert my data into the required format
`actions (126, 4)
episode_starts (127,)
rewards (0,)
…
-
I am trying to implement Gail to a 3D environment but I noticed that it forces the observation shape to be 1D. Is there a specific reason for this? I know the examples in the paper use very condense s…
-
I trained your ppo first.
` python examples/ppo_gym.py --env-name Ant-v2 --save-model-interval 100 `
After 500 episodes, I made trajectories.
` python gail/save_expert_traj.py --model-path as…
-
I've finished training and get a model like this:
![image](https://user-images.githubusercontent.com/57039926/70117507-9ba3c080-16a0-11ea-8316-2bdec4e30847.png)
When I set the args like this:
pars…
-
Hi, I want to know that how to play the result train from GAIL in mujoco. I have finish training and i want to visualize it in mujoco. Can you share me some method?
-
https://github.com/openai/baselines/blob/f2729693253c0ef4d4086231d36e0a4307ec1cb3/baselines/gail/dataset/mujoco_dset.py#L53
When I run run_mujoco.py, the code merged in #447 is currently erroring o…
-
Hi,
I am trying to run GAIL on HalfCheetah-v2 environment. In order to do so, I used the example of pendulum which exist on GAIL section of documentation. However I get following error when I use GA…
-
Hi,
LDView 4.4.1, Qt 6, last commit 7fd874c3.
Snapshots made from the GUI (button, Ctrl+S…) make all-white pictures.
Snapshots from the command line are okay (both using mesa or NVidia).
Happy…
-
```
What steps will reproduce the problem?
1. Step 8 of the installation: C:\appengine>appcfg.py update gail/
2.
3.
What is the expected output? What do you see instead?
This is the error received:
A…