Added
- Add support for simulator ids. The Bonsai platform now supports connecting
multiple simulators when training a brain. This support requires all
simulators be assigned a random id. The `sim_id` field has been added to the
protobuf message protocol as part of this change.
- Add a preliminary, alternate version of a Simulator interface. The new
classes in support of this are in the file brain.py. This code is a very
early, initial implementation and is not recommended for use.