Understanding of RL2 algorithmKnowledge of gym environment wrappingFamiliarity with garage's sampler module
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
30
調査方針
Investigate the current relationship between the RL2 algorithm and the sampler in the garage codebase. Look at files such as garage/sampler/ and garage/algos/rl2.py to understand how env wrapping is handled. Determine if ownership of the sampler can be transferred to the algorithm or if a wrapper can be applied at a different level.