Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Quantum Reinforcement Learning project using VQC's and REINFORCE based on Jerbi et al. (2021)

Notifications You must be signed in to change notification settings

thijssnelleman/QuantumReinforcementLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

QuantumReinforcementLearning

Quantum Reinforcement Learning project using VQC's and REINFORCE based on Jerbi et al. (2021)

Library requirements: TensorFlow 2.4.1 TensorFlow-Quantum 0.5.1

To run: python PQC_handler [n_vehicles] [n_layers] [n_episodes] [batch_size] [alpha-Theta] [alpha-Lambda] [alpha-Omega] [folds]

Example: Running with three vehicles, seven layers, 1500 episodes, 10 episodes per batch, LR theta 0.01, LR lamda 0.01, LR omega 0.005, five folds: python PQC_handler.py 3 7 1500 10 0.01 0.01 0.005 5

About

Quantum Reinforcement Learning project using VQC's and REINFORCE based on Jerbi et al. (2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages