pclarke91 / rl-viz

Automatically exported from code.google.com/p/rl-viz
Apache License 2.0
0 stars 0 forks source link

Improperly formatted messages should get passed through the env/agent shells #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now if you right an agent that sends a randomly formatted message it
will get caught by the agentshell or environmentshell and will return an error.

Instead, improperly formatted messages should just get passed on, we should
be keeping agents and environments ignorant of RL-Viz.

Original issue reported on code.google.com by brian.ta...@gmail.com on 29 Apr 2009 at 8:47

GoogleCodeExporter commented 9 years ago
This has been added to both the agent and environment shells.  Will push it out 
with the big C/C++ Env/Agent 
loading release that is coming in the next couple of days.

Original comment by brian.ta...@gmail.com on 22 May 2009 at 10:01