Skip to main content

Quint is a minimal path finding library useful for discrete state scenarios

Project description

No hassle Q-learning library

Quint is a minimal path finding library useful for discrete state scenarios

Usage

  • Install : pip install quint

  • Import : from quint import quint

  • Instantiate : model = quint(reward_matrix, gamma) (refer quint docstring for matrix structure)

  • Override quint.act() to your own action function

  • Learn : model.learn(final_state, iterations)

  • Trace : model.find_optimum_path(from_state)

MIT License

Copyright (C) 2014 Abhinav Tushar

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quint-0.1.zip (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page