maciej-sypetkowski / autoascend

The first place solution for the NeurIPS 2021 Nethack Challenge -- https://www.aicrowd.com/challenges/neurips-2021-the-nethack-challenge
MIT License
57 stars 15 forks source link

Is it possible to query the AutoAscend agent at a given state? #2

Open agarwl opened 2 years ago

agarwl commented 2 years ago

If I want to do behavior cloning on this agent, is it possible to do something like Dagger where I collect the data using an RL agent but query the teacher (AutoAscend) to get what action it would have taken instead?