Skip to content

Optimizing Warehouse Flow by using Reinforcement Learning.

Notifications You must be signed in to change notification settings

tiagodavi/optmizing-warehouse-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Warehouse Flow

Given points X and Y the goal is to find the shortest path from X to Y by using Reinforcement Learning from scratch. The only library available is Numpy.

Image description

How to use it?

python start.py

# from q_learning import route

# route('E', 'G')
# ['E', 'I', 'J', 'F', 'B', 'C', 'G']

# route('C', 'L')
# ['C', 'G', 'H', 'L']

Settings

  • Python 3.7.3
  • Numpy 1.18.1

About

Optimizing Warehouse Flow by using Reinforcement Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages