-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
requestIssue contains a feature request.Issue contains a feature request.
Description
Hey everybody,
I would like to propose to allow visual and vector observations at the same time in the gym interface. This might not make a huge difference for most problems, but sometimes you want to solve a problem using visual data (navigation for example) and you need some additional information (ground truth position of the agent or whatever). For me, it just doesn't make sense to allow only vector or visual observations.
The changes in the code remain few. We would only need to update the _single_step
function as done here: https://github.com/shakenes/ml-agents/commit/6e6187e2b56ddf47036a8d940692a5d8c99cc674
Please let me know what you think about this idea.
Metadata
Metadata
Assignees
Labels
requestIssue contains a feature request.Issue contains a feature request.