University of Toronto - Fall 2016
Department of Computer Science

CSC 2542: Topics in KR&R: Algorithms for Sequential Decision Making

Computational Resources

Back to the main page


Most projects require code (implementation of algorithms) as well as data to test your work. The latter may be in the form of benchmark problems, testbeds or simulators. This page contains a list of resources that may be of help to you in the planning or realization of your projects. We will be updating this page as we find more resources. We welcome suggestions for additions.

Also, if you end up using any of these resources, you may wish to create a subgroup in Piazza to share your growing expertise. We also welcome feedback on various resources.


Deterministic Planning

Pathfinding Benchmarks

Frameworks for Heuristic Search

Motion Planning

Reinforcement Learning

Arcade Learning Environment (ALE)

Deep Reinforcement Learning

More Games Environments


Back to the main page