Overview
In this section we provide a list of tutorials. We show you how to easily and quickly change specific parts of the code in order to enhance the QRL agents and apply them to various custom problems.
-
Graph encodings for the Traveling Salesperson Problem (TSP)
In this tutorial, we will show how to implement the ideas of Andrea Skolik's paper Equivariant quantum circuits for learning on weighted graphs
-
Hamiltonian encodings for the Knapsack Problem (KP)
In this tutorial, we will show how to use the results from the paper Hamiltonian-based Quantum Reinforcement Learning for Neural Combinatorial Optimization
-
Noise Models: How your algorithm would perform on real quantum hardware
In this tutorial we will show how to use the noise models from the paper Robustness of quantum reinforcement learning under hardware errors to evaluate the performance of your QRL algorithm on real quantum hardware.
-
Custom Maze Games: Why scaling is an issue
In this tutorial we will show how to use the widely used maze games as a benchmark for QRL algorithms.