Make spatial transform `n_bins` optional, so interaction range can be set using just `i_range`
1.0.0
- Flatten decorators to make use of transforms as inline functions easier - Add additional compile time data format checks - Dynamically generate spatial cell neighbour indices (previously a lookup table was generated ahead of time, but led to memory issues for large number of cells) - Additional tests
0.3.1
Just fixes a but with the tqdm progress bar when RL testing
0.3.0
- Add spatial nearest neighbour transform - Add highest weight graph edge transform - Enable spatial transforms between different agent types - Breakup and extend RL training functionality
0.2.4
Fix bug where observation post update was recorded (rather than state initialising RL agent actions)