pclarke91 / rl-glue-ext

Automatically exported from code.google.com/p/rl-glue-ext
0 stars 0 forks source link

Make check should work without make install first, does it? #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make check should work without make install first, does it?

If not, then the test code (scripts included) needs to be written a little
more carefully.

Original issue reported on code.google.com by brian.ta...@gmail.com on 13 Sep 2008 at 9:26

GoogleCodeExporter commented 9 years ago
Yes actually it does.

While I'm here, fixed 2 warnings, added new tests (test_empty).

Replaced at "\0" with '\0' in RL_client_agent.c

Changed:
env_episodeCount=0
to
int env_episodeCount=0;

int test_empty_environment.c

r122.

Original comment by brian.ta...@gmail.com on 14 Sep 2008 at 6:49