rSoccer icon indicating copy to clipboard operation
rSoccer copied to clipboard

🎳 Environments for Reinforcement Learning

Results 10 rSoccer issues
Sort by recently updated
recently updated
newest added

- [x] #65 - [x] #67 - [x] #64

I tried to install using pip and got this error: ``` Collecting rsoccer-gym Using cached rsoccer_gym-1.4-py3-none-any.whl (61 kB) Collecting gym (from rsoccer-gym) Using cached gym-0.26.2-py3-none-any.whl Collecting rc-robosim>=1.2.0 (from rsoccer-gym) Using...

bug

https://docs.github.com/pt/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files depending on how it works, se if it can substitute: https://github.com/robocin/rSoccer/blob/17f7640979b424b8b4fb515b153e030e4869ba6e/README.md?plain=1#L5-L18

good first issue

We should study if maybe moving the environments register to vss and ssl folder respectively or inside the environment code itself is a better way to format the environment. https://github.com/robocin/rSoccer/blob/17f7640979b424b8b4fb515b153e030e4869ba6e/rsoccer_gym/__init__.py#L3-L71

Each environment code should have a descriptive and correct documentation about the environment, each of the available environemnts should be checked in the information is correct.

documentation
help wanted
hacktoberfest

There is an environment example at the readme: https://github.com/robocin/rSoccer#example-code---environment However this example lacks documentation and has some errors, a simple guide explaining how to create an environment would improve the...

documentation
enhancement
good first issue
help wanted
hacktoberfest

implement a reward shaping module which every env can use

enhancement

Creat an environment to train an attacker against a trained goalkeeper.

enhancement