Farama-Foundation/Gymnasium
[Proposal] Add strict type hinting for core.py and spaces
Aberta
#9 aberto em 11 de set. de 2022
enhancementgood first issue
Métricas do repositório
- Stars
- (4.712 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Gymnasium inherits some of the type hinting that we completed for gym However, having strict type hinting at the critical parts of the project could be an important improve
Known issues:
- Pyright raises an issue for overwriting a variable with a property. This is an issue for variables like
metadataandspecwhichWrapperoverwrites with a property. We could ignore this issue or changemetadataandspecto be specs inEnvwith a hidden_metadataand_spec