Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Code for hierarchical imitation learning and reinforcement learning
| Date | Stars |
|---|---|
| 2026-07-31 | 301 |
| 2026-08-02 | 301 |
| 2026-08-03 | 301 |
| 2026-08-06 | 301 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Hierarchical Imitation - Reinforcement Learning Code for our paper ["Hierarchical Imitation and Reinforcement Learning"](https://arxiv.org/abs/1803.00590) Here you can find the implementation of Hierarchical DAgger, Hierarchical Behavior Cloning for the Maze Domain and Hybrid Imitation-Reinforcement Learning algorithms for the Atari game Montezuma's Revenge Requires Tensorflow and Keras (the experiments were run on Tensorflow version 1.3.0 and Keras version 2.1.2. Note that I used Cuda version 8.0.61 and cuDNN 6.0.21) ---- #### Example Result of Hierarchical DAgger on Maze Navigation #### We have multiple random instances of the environment, with 4x4 room structure. The agent (white dot) is supposed to navigate to the destination in the yellow block, while avoiding all the obstacles (red). Primitive actions are taking one step Up, Down, Left or Right. High level actions are navigating to the Room to the North, South, West, East or Stay (if the target block is in the same room). Here both the meta-controller and low-level controllers are learned with imitation learning. <img src="hierarchical_imitation_learning_Maze_Domain/summary_results/maze.gif" width = "240" height = "240"> ---- #### Example Result of Hybrid Imitation - Reinforcement Learning on Montezuma's Revenge first room #### Panama Joe the adventurer needs to pick up the key, reverse his own path and go to open one of the two doors. For this instantiation of hybrid Imitation-Reinforcement learning, the meta-controller is trained with DAgger, and low-level controllers are learned with DDQN (Double Q Learning with prioritized experience replay). <img src="hybrid_imitation_reinforcement_Montezuma/summary_results/atari.gif" width = "240" height = "315"> ---- #### Hierarchical Imitation Learning vs. Flat Imitation Learning Comparison #### <img src="hierarchical_imitation_learning_Maze_Domain/summary_results/episode_success_indicator.png" width = "320"/> <img src="hierarchical_imitation_learning_Maze_Domain/summary_results/label_complexity.png" width = "320"> ---- #### Hybrid Imitation-Reinforcement Learning vs. Hierarchical RL Comparison #### <img src="hybrid_imitation_reinforcement_Montezuma/summary_results/atari_hybrid_vs_hdqn.png" width = "320"/>
Excerpt of 2,265 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:48bfd7c8b6ad5b3f, llm:Repository description: 'Code for hierarchical imitation learning and reinforcement learning' (no topics).
matched fp:48bfd7c8b6ad5b3f, llm:Repository description: 'Code for hierarchical imitation learning and reinforcement learning' (no topics).
matched fp:48bfd7c8b6ad5b3f, llm:Repository description: 'Code for hierarchical imitation learning and reinforcement learning' (no topics).