Skip to content

Simulate the dynamics in a grocery store

datainsightat/grocery_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grocery_sim

Simulate the dynamics in a grocery store

Source

https://abmarl.readthedocs.io/en/latest/index.html
https://neptune.ai/blog/the-best-tools-for-reinforcement-learning-in-python
https://strikingloo.github.io/reinforcement-learning-beginners
https://pypi.org/project/pyqlearning/
!!! https://samyzaf.com/ML/tdf/tdf.html

Setup

Create image

Get Dockerfile

$ docker build -t grocery_sim .
$ docker container run -it -p 8080:80 --shm-size=0.45gb --name grocery_sim grocery_sim

Setup Docker container

If Repo is private use these steps to get an ssh key

grocery_sim$ conda activate grocery_sim
grocery_sim$ ssh-keygen -t ed25519 -C "your_email@example.com"
grocery_sim$ cat /root/.ssh/id_ed25519.pub

copy ssh key to dockerhub

Then, proceed here

grocery_sim$ git clone git@github.com:datainsightat/grocery_sim.git
grocery_sim$ cd grocery_sim

Run App

grocery_sim$ node grocery_sim_20/server.js

About

Simulate the dynamics in a grocery store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published