kk-55 / tugger-routing

Case-Study on Reinforcement Learning for Assembly Line Material Supply

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tugger-routing: Case-Study on Reinforcement Learning for Assembly Line Material Supply

This repository shows the application of reinforcement learning to solve a particular production logistics problem dealing with the coordination of material supply for an assembly process.

Quick-Start

Train an ACER-agent (by default for only 10,000 steps, which should take <1min):

docker-compose up acer-training

Plot performance (might require additional steps for connecting the display):

docker-compose up acer-plot-training

Tilemap-animation of the trained agent (visit http://localhost:5000):

docker-compose up acer-web-animation-tilemap

About

Case-Study on Reinforcement Learning for Assembly Line Material Supply


Languages

Language:Python 99.8%Language:Dockerfile 0.2%