Skip to content
New issue

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

Examples with GCLDiscrimTrajectory #1

Open
dcnhan opened this issue Sep 24, 2017 · 0 comments
Open

Examples with GCLDiscrimTrajectory #1

dcnhan opened this issue Sep 24, 2017 · 0 comments

Comments

@dcnhan
Copy link

dcnhan commented Sep 24, 2017

Hi,

In your example script (i.e. scripts/pendulum_gcl.py), it runs with GCLDiscrim which is single tilmestep of GCL.

Could you provide an example script with GCLDiscrimTrajectory?
Is it enough if I modify
irl_model = GCLDiscrim(env_spec=env.spec, expert_trajs=experts)
to
irl_model = GCLDiscrimTrajectory(env_spec=env.spec, expert_trajs=experts)
in that script?

Thanks

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

No branches or pull requests

1 participant