Skip to content

minosworld/dfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Direct Future Prediction Agent for MINOS

This repository contains code based on the paper Learning to Act by Predicting the Future by Alexey Dosovitskiy and Vladlen Koltun, adapted for use with the MINOS simulator.

Installing

Make sure you have the MINOS library installed on your system, and then follow the guide in dfp to install prerequisites for this code.

Running

See the example experiment configurations in experiments. You can train an agent from inside a specific configuration directory using:

python3 run_exp.py train --env_config objectgoal_suncg_sf --gpu

Then, testing can be done through:

python3 run_exp.py test --env_config objectgoal_suncg_sf --gpu --test_checkpoint checkpoints/<timestamp>

By replacing test with show you can visualize the test episodes. Use python3 run_exp.py --help to get usage information for additional command line arguments. Refer to the MINOS instructions for more details on parameters and environment configurations.

About

Direct Future Prediction Agent for MINOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages