-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Required prerequisites
- I have read the documentation https://omnisafe.readthedocs.io.
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
Questions
Hello,
Thank you for your handy library.
I have an environment which I have to pass multiple arguments. in your tutorials LINK it was mentioned to use the following code:
custom_cfgs.update({'env_cfgs': {'num_agents': 2}})
agent = omnisafe.Agent('PPOLag', 'NewExample-v0', custom_cfgs=custom_cfgs)
However, when I used it I got this error:
KeyError: 'Invalid key: env_cfgs'
Please help with it.
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested