Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime for computing n time steps grows roughly as n^2 #1

Open
davidcox opened this issue Sep 16, 2011 · 0 comments
Open

Runtime for computing n time steps grows roughly as n^2 #1

davidcox opened this issue Sep 16, 2011 · 0 comments

Comments

@davidcox
Copy link
Member

Not a happy thing.

Note: the original MATLAB code had this property as well. Roughly speaking, as the number of experience nodes and visual templates grows, so too does the cost to compute the next time step. In theory it should level off once the entire map has been experienced (assuming things are working correctly), but that takes a long time to happen, and the compute time grows largely unbounded over the entire St. Lucia video.

TODO: check the original paper at some point to see if the MATLAB accurately reflects the intended algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant