Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train on specific points? Discrete action_space [with distinct points]! #68

Open
Abduoit opened this issue Sep 30, 2021 · 0 comments
Open

Comments

@Abduoit
Copy link

Abduoit commented Sep 30, 2021

Hi, Thanks a lot for sharing,

The observation and actions space are defined as gym Box objects, as seen here self._action_space and self._observation_space.

This moves the end-effector (during training) to random target points [within limited space].

Is it possible to train the end-effector on moving from specific start-point to specific end-point?
like define the observation and actions space with discrete action_space space [with distinct points], not continuous as Box objects.

Any help would be appreciated...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant