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

ACT w/discrete action space #32

Open
dirkmcpherson opened this issue Jul 5, 2024 · 0 comments
Open

ACT w/discrete action space #32

dirkmcpherson opened this issue Jul 5, 2024 · 0 comments

Comments

@dirkmcpherson
Copy link

Hi, I'm trying to use ACT as a baseline for an imitation learning / MBRL paper. The simplest environment I have uses a discrete action space. Is there any reason to believe that if I make the standard continuous -> discrete changes (listed below) ACT wont perform?

Discrete -> Continuous Changes

  1. Action head outputs logits and actions are sampled from a categorical distribution
  2. Cross entropy loss between logits and demonstrated action indexes

thanks for this great work!

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