Mohit Rathore

Results 5 issues of Mohit Rathore

While running `python -m line_profiler file_name.py`. I get this minor error which can be fixed with a harmless addition of `1e-6`. ```python Traceback (most recent call last): File "/Users/mark/miniconda3/envs/.env/lib/python3.5/runpy.py", line...

After following the steps in the readme. I am getting the following error on `localhost:3000/ev` > Cannot GET /ev/

* **Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines or the commits will be squashed into one. - [ ] Tests...

@brohrer I suggest that so as to avoid any breaking changes we make through out developing Becca, we should write tests for each module and use some sort of continuous...

enhancement
question

It is expected that [`world.step` receives a array of binary values](https://github.com/brohrer/becca/blob/master/becca/brain.py#L483) as [returned by `brain.sense_act_learn`](https://github.com/brohrer/becca/blob/master/becca/brain.py#L261) which is returned by [`self.postprocessor.convert_to_actions`](https://github.com/brohrer/becca/blob/master/becca/brain.py#L303) but it's documentation says that it returns a [A set...