Here is an example of the custom domain with custom deterministic actions that I have created:
https://drive.google.com/file/d/1MjupIzGSDLrfFbRkD8piwzy7jX5HeWkT/view?usp=sharing
However, when I record episodes in this domain, the generated YAML files cannot be read by the episode parser. Specifically, this is the error I get, when I run the episode playback tool and click on an episode
_______________
null; Can't construct a java object for tag:yaml.org,2002:Tutorial.XYThetaState; exception=null; in 'string', line 9, column 3:
- !!Tutorial.XYThetaState
^
_______________
I am not well-versed with YAML, so any help on what I need to add to my new class XYThetaState would be appreciated!! (XYThetaState is a child of BURLAPs GridWorldState)