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

updates to _generate_interaction_results #1443

Open
2 tasks
tomsilver opened this issue Mar 29, 2023 · 2 comments
Open
2 tasks

updates to _generate_interaction_results #1443

tomsilver opened this issue Mar 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@tomsilver
Copy link
Collaborator

  • integrate cogman
  • allow the teacher to take actions and then give back control to the agent
@tomsilver
Copy link
Collaborator Author

plan:

  1. replace run_policy with a new function that takes in both a teacher and a policy
  2. remove the teacher monitors and make everything in terms of just the teacher
  3. change datasets/demo_only to use the teacher (and never call the agent policy)

@tomsilver
Copy link
Collaborator Author

working toward integrating cogman. command to test:

python predicators/main.py --env sokoban --seed 0 --approach online_nsrt_learning --num_train_tasks 3 --num_test_tasks 1 --sesame_task_planner fdopt --bilevel_plan_without_sim True --sokoban_gym_name Sokoban-small-v0 --strips_learner oracle --sampler_learner oracle --max_initial_demos 0

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

No branches or pull requests

1 participant