huggingface / gym-aloha

A gym environment for ALOHA
Apache License 2.0
60 stars 19 forks source link

small nit #7

Closed danaaubakirova closed 2 months ago

danaaubakirova commented 2 months ago

This PR improves task name checking in _make_env_task to avoid confusion with similar task names in the future.

Key Changes:

Exact String Matching: Ensures task names are matched exactly to prevent ambiguity.