-
- Downloads
Compatibility with habitat-sim#6 (#46)
* Made simple agents suitable for challenge submissions. * Addressed the comments, chaned flag names, switched to benchmark * Removed .swp file, added swp to gitignore. * Compatability with habitat-sim#6 * Fix formatting * Just use the quats to rotate thing * Burn in looks good * Fixup newly merged code wrt. this PR * Nits * Fixup quaternion usage * Add TODO
Showing
- baselines/agents/ppo_agents.py 7 additions, 2 deletionsbaselines/agents/ppo_agents.py
- baselines/agents/simple_agents.py 12 additions, 21 deletionsbaselines/agents/simple_agents.py
- baselines/agents/slam_agents.py 23 additions, 25 deletionsbaselines/agents/slam_agents.py
- baselines/train_ppo.py 2 additions, 3 deletionsbaselines/train_ppo.py
- examples/benchmark.py 2 additions, 2 deletionsexamples/benchmark.py
- examples/shortest_path_follower_example.py 1 addition, 2 deletionsexamples/shortest_path_follower_example.py
- habitat/sims/habitat_simulator.py 28 additions, 67 deletionshabitat/sims/habitat_simulator.py
- habitat/tasks/nav/nav_task.py 11 additions, 13 deletionshabitat/tasks/nav/nav_task.py
- habitat/tasks/nav/shortest_path_follower.py 9 additions, 14 deletionshabitat/tasks/nav/shortest_path_follower.py
- habitat/tasks/utils.py 16 additions, 0 deletionshabitat/tasks/utils.py
- test/test_baseline_agents.py 12 additions, 1 deletiontest/test_baseline_agents.py
- test/test_habitat_env.py 15 additions, 19 deletionstest/test_habitat_env.py
- test/test_sensors.py 4 additions, 4 deletionstest/test_sensors.py
- test/test_trajectory_sim.py 1 addition, 1 deletiontest/test_trajectory_sim.py
Loading
Please register or sign in to comment