aidan-curtis / firehose

We are trying to put out big fires
GNU General Public License v3.0
3 stars 2 forks source link

Fix `pre_run_steps` and `num_steps_after_action` #6

Closed williamshen-nz closed 2 years ago

williamshen-nz commented 2 years ago

Fix the indexing. Probably use recursion rather than looping.

Call stack will be num_steps_after_action deep so it won't cause any problems unless we have infinite recursion

williamshen-nz commented 2 years ago

Fixed in https://github.com/aidan-curtis/firehose/pull/7