Skip to content

nbouvier-inria/q-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

Those algorithms are experimentations around deep q-learning algorithm.

Contains

  • spikingjelly_tutorial contains some SpikingJelly official tutorials for using their module
  • torch_tutorials contains some Torch official tutorials on machine learning and Q-learning
  • QL_NevAI contains scripts that try to implement a genetic algorithm on spiking neural networks using Q-Learning methods
  • QL_Neat contains outdated NEAT application to Q-Learning
  • RL_NevAI contains the most resent scripts that manages to train spiking neural networks using a neuromorphic evolutionnary algorithm

Requirements

  • Python 3.7
  • Pytorch 1.7.1
  • SpikingJelly 0.3.0
  • Gymnasium 0.29.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages