0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,728 stars (1,728 stars)297 forks (297 forks)batch import
envsfeaturegood first issue
Description
Contributor guide
- Tech stack
- python
- Domain
- machine learning
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- garage toolkitpysc2 knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- This issue requests adding support for the pysc2 environment (StarCraft II) to garage. The user only provided a link to pysc2 without further details. Since the issue is from 2020 and has no activity, it is stale. To proceed, one should first understand the garage environment API (e.g., garage.envs) and study pysc2's interface for creating RL environments. Look for any existing PRs or forks that attempted this integration. Then design a wrapper that converts pysc2 observations and actions to garage's format, and add a new environment class. Consider testing with basic agents. Document the process and potential challenges.