Farama-Foundation/Gymnasium

[Proposal] Allow to specify dtype for Discrete

Open

#1,118 opened on 2024年7月13日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (4,712 stars) (567 forks)batch import
enhancementgood first issue

説明

Proposal

Add dtype argument to spaces.Discrete (similar to MultiDiscrete and Box).

Motivation

Currently the dtype is fixed to numpy.int64. However, often Discrete spaces are much smaller, resulting in a waste of memory.

Pitch

No response

Alternatives

No response

Additional context

No response

Checklist

  • I have checked that there is no similar issue in the repo

コントリビューターガイド