UNPKG

ml-q-learning

Version:

Library implementing the q-learning algorithm and several exploration algorithms.

4 lines (3 loc) 154 B
export { IndexedDBMemory } from './indexeddb-memory'; export { MapInMemory } from './map-in-memory'; export { IMemoryAdapter } from './memory.interface';