In reply to dave_59:
Dave,
Yes. I have read through that paper. There are still some doubts.
Somehow, the whole matching between set and get entities happens through Regex but the rules of regular expression aren’t given anywhere.
For example, would set with env.agent* match get for all of the following?
env.agent1
env.agent2
env.agent1.driver etc.
Similarly, would set with env.agent.* match get for the following?
env.agent.driver
env.agent.monitor
and not for the following:
env.agent1.driver
Thanks in advance