Eric Kolve
Eric Kolve
On this line: https://github.com/richzhang/colorization/blob/master/resources/conv_into_fc.py#L37 But I don't see the package rz_fcns defined anywhere in the repo. Where is it located? thanks, eric
This PR adds support for the following syntax: ```python with controller.batch(): controller.step('InitialRandomSpawn') controller.step('TeleportFull', position=...) controller.step('OpenObject', objectId=...) ``` All the steps will get executed very quickly without full metadata generation or...
Run the black formatter across all Python code Run autoformatter for csharp across all Unity code. This should be done in a way to minimize conflicts across active branches and...
Given the following action: (:action move :parameters (?a - agent ?from ?to - location) :precondition (or (conda ?a ?from) (condb ?to ?from)) :effect ()) and calling domprob.domain.operators['move'].precondition_pos I receive the...
Do you have any plans to support functions? Here is an example: https://github.com/yarox/pddl-examples/blob/master/rover/numeric/domain.pddl