| OS | macOS Sonoma(CPU:Apple Silicon)、Windows 11/10 | 
| Python | 3.11.8 | 
| NumPy | 1.25.0 | 
| matplotlib | 3.7.1 | 
| pygame | 2.5.0 | 
| SciPy | 1.11.2 | 
| pandas | 2.0.2 | 
| gymnasium | 0.28.1 | 
| 開発環境 | IPython(バージョン8.14.0) | 
$ pip install ipython
$ pip install numpy
$ pip install <ライブラリ名>==<バージョン名>
$ pip install numpy==1.25.0
| ライブラリ名 | バージョン名 | 
| Python | 3.11.8 | 
| NumPy | 1.25.0 | 
| matplotlib | 3.7.1 | 
| pygame | 2.5.0 | 
| Scipy | 1.11.2 | 
| pandas | 2.0.2 | 
| gymnasium | 0.28.1 |