You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: