davehg / rl-library

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

Disable env_save_state and env_get_state #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure if this functionality is technically even available from the
agent, but it should definetely be disabled in all domains for proving MDPs.

We should do the same thing as logging.  Have a boolean for whether its
allowed or not, except in this case, default it to true.

In each case where the user tries to do it and it's not allowed, print out
a message to this effect.

The abstract proving MDP can set it to (false) in the constructor.

Original issue reported on code.google.com by brian.ta...@gmail.com on 27 Nov 2007 at 5:35

GoogleCodeExporter commented 8 years ago
This is now implemented and will be tested in proving testing for all 3 java 
domains.

Original comment by brian.ta...@gmail.com on 27 Nov 2007 at 7:13