Commit 66d5b603 authored by Mayank Mittal's avatar Mayank Mittal

fixes issue in running skrl (#21)

parent db711607
......@@ -89,5 +89,7 @@ def convert_skrl_cfg(cfg):
elif key in ["rewards_shaper_scale"]:
d["rewards_shaper"] = reward_shaper_function(value)
return d
# parse agent configuration and convert to classes
return update_dict(cfg)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment