3 projects
job-shop-lib
An easy-to-use and modular Python library for the Job Shop Scheduling Problem (JSSP)
tabular-rl
This repository aims to contain implementations of the main tabular methods in Reinforcement Learning. The goal is to provide a framework that allows to easily compare different methods and to easily implement new ones.
dlfs
implement from scratch (using numpy arrays) a package based on tensorflow architecture which allows to build and train Fully Connected Networks and Convolutional Neural Networks (CNNs).