Closed-Loop Deep-Brain Stimulation for Controlling Synchronization of Spiking Neurons.
DBSEnv: Abstract Base Class template for Deep Brain Stimulation environments.FTSTSEnv: Implementation of the Forced Temporal-Spike Time Stimulation environment.
This repository hosts the examples that are shown on wrapper documentation.
ClipReward: ARewardWrapperthat clips immediate rewards to a valid rangeDiscreteActions: AnActionWrapperthat restricts the action space to a finite subsetRelativePosition: AnObservationWrapperthat computes the relative position between an agent and a targetReacherRewardWrapper: Allow us to weight the reward terms for the reacher environmentDBSNormalizeObservation: AnObservationWrapperthat clips and normalizes the observation space
If you would like to contribute, follow these steps:
- Fork this repository
- Clone your fork
- Set up pre-commit via
pre-commit install
To install your new environment, run the following commands:
cd dbsenv
pip install -e .
