Skip to content

AI4REALNET/flatland-baselines

 
 

Repository files navigation

Flatland Baselines

🚂 This repo provides baselines for the Flatland Benchmarks hosted at fab.flatland.cloud and the scenarios in the Flatland scenario repository flatland-scenarios.

📊 Flatland Benchmarks (FAB) is an open-source web-based platform for running Benchmarks to foster Open Research.

🏆 Flatland 3 Benchmarks follow up on the Flatland 3 Challenge. More precisely, Flatland 3 Benchmarks follow Flatland 3 Challenge's Round 2 Environment Configurations, having the same environment configuration but generated with different seeds.

Baselines provided:

TL;DR;

Run baselines with debug environments:

docker compose  -f demo/docker-compose.yml up --force-recreate --build 

Output:

evaluator-1       | ====================================================================================================
evaluator-1       | ####################################################################################################
evaluator-1       | EVALUATION COMPLETE !!
evaluator-1       | ####################################################################################################
evaluator-1       | # Mean Reward : 0.0
evaluator-1       | # Sum Normalized Reward : 5.0 (primary score)
evaluator-1       | # Mean Percentage Complete : 1.0 (secondary score)
evaluator-1       | # Mean Normalized Reward : 1.0
evaluator-1       | ####################################################################################################
evaluator-1       | ####################################################################################################
evaluator-1       | \ end grader
evaluator-1       | \ end evaluator/run.sh
evaluator-1       | + echo '\ end evaluator/run.sh'
submission-1 exited with code 0
evaluator-1 exited with code 0

About

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.2%
  • Dockerfile 5.6%
  • Shell 1.2%