Framework para desenvolvimento de técnicas de Reinforcement Learning para futebol de robos.
Project description
VSS-Env
Introdução
O VSS-Env é um framework desenvolvido para estudar algoritmos e técnicas de Reinforcement Learning aplicados à categoria IEEE VSSS (Very Small Size Soccer). Ele fornece uma interface com o simulador FIRASim para treinar e avaliar os agentes inteligentes no contexto do futebol de robôs.
Pré-requisitos
É necessário que tenha instalado o simulador FIRASim. https://github.com/VSSSLeague/FIRASim
Instalação
Se você deseja instalar a versão de desenvolvimento diretamente do GitHub:
git clone https://github.com/DaviRosimES/VSS-Env.git
Uso Básico
Abaixo está um exemplo simples de como utilizar o VSS-Env:
import gymnasium as gym
import VSS-Env
env = gym.make("Stricker-v0")
state = env.reset()
done = False
while not done:
action = env.action_space.sample()
state, reward, done, info = env.step(action)
env.render()
env.close()
Contribuição
Se deseja contribuir com o desenvolvimento do VSS-Env:
- Faça um fork do repositório.
- Clone o projeto:
git clone https://github.com/DaviRosimES/VSS-Env.git - Crie uma branch para suas modificações:
git checkout -b minha-feature - Submeta um pull request!
Contato
Caso tenha dúvidas ou sugestões, entre em contato pelo e-mail: davi.rosim@ges.inatel.br.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vss_env-1.1.2.tar.gz.
File metadata
- Download URL: vss_env-1.1.2.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f978d39780ee23534e6b5e4bb4a712e01c321bd418aa71c42f795d9d45c3f51
|
|
| MD5 |
bd86273509ef096e2b90d45aef874ab9
|
|
| BLAKE2b-256 |
16af30927c33c7e59f2cb7a2d4412f98ed22141199fb8898953a9b12423a2ad7
|
File details
Details for the file vss_env-1.1.2-py3-none-any.whl.
File metadata
- Download URL: vss_env-1.1.2-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2d002e34eb59a5968d5e5c9592e1693c4a0cccbd629fd8f8d5c4c2ccdc790eb
|
|
| MD5 |
d19e0df01c2a9de23d72fd535336b01d
|
|
| BLAKE2b-256 |
40562976395b53534271b285484264bb55c59a0bf1415c18cb906a19dd66dbe5
|