Mudit Verma

Results 4 issues of Mudit Verma

Use the Key Parameter. import urllib import json serviceurl = "http://py4e-data.dr-chuck.net/json?" while True: address = raw_input("Enter location: ") if len(address) < 1 : break url = serviceurl + urllib.urlencode({'sensor':'false','address':address,'key':42}) print...

Hi, I was wondering if there is an HDDL parser for HTNs in python? or whether this pddl-lib can be extended to HDDL?

**Describe the bug** Upon initializing a mujoco environment through gym (the issue is with mujoco_py and other packages like metaworld etc as well), when one resets the env and renders...

When compute_dynamics_loss is called in [world_model.py](https://github.com/jrobine/twm/blob/e6a8e599864f5539b166ee9a8d173ece8f3fba84/twm/world_model.py#L69), it is fed in an argument called `preds` returned from dyn_model.predict(). For `z` prediction, preds have keys `z_dist` and `z_hat_probs` and there is no...