Skip to content

v1.9.0

Compare
Choose a tag to compare
@TomGeorge1234 TomGeorge1234 released this 21 Aug 20:58
· 79 commits to dev since this release

Two main changes:

  1. Refactoring of VectorCells (BVCs and OVCs) and FieldOfViewNeurons have been moved from contribs to main file Neurons.py. See #71
  2. New NeuralNetworkNeurons class in contribs. These (exciting) new neurons map inputs through a user-provided PyTorch NN to the outputs. Can be used to make awesomely complex/trainable cell classes powered by RatInABox. It's mostly there but will stay as a contrib for now until its mature enough to go in main.