rezabarati commited on
Commit
08db87b
·
verified ·
1 Parent(s): b35bfcd

Remove unresolved DOI from dataset card

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -20,7 +20,6 @@ Contents are stored under `data/models/` and are intended to be downloaded into
20
  ## Related repositories
21
 
22
  - Paper: [arXiv:2605.11355](https://arxiv.org/abs/2605.11355)
23
- - DOI: [10.48550/arXiv.2605.11355](https://doi.org/10.48550/arXiv.2605.11355)
24
  - PyPI package: [gym-invmgmt](https://pypi.org/project/gym-invmgmt/)
25
  - Final paper/code repository: [r2barati/gym-invmgmt-paper](https://github.com/r2barati/gym-invmgmt-paper)
26
  - Standalone Gymnasium environment package: [r2barati/gym-invmgmt](https://github.com/r2barati/gym-invmgmt)
@@ -68,7 +67,6 @@ If you use these trained checkpoints, please cite:
68
  year = {2026},
69
  eprint = {2605.11355},
70
  archivePrefix = {arXiv},
71
- primaryClass = {cs.LG},
72
- doi = {10.48550/arXiv.2605.11355}
73
  }
74
  ```
 
20
  ## Related repositories
21
 
22
  - Paper: [arXiv:2605.11355](https://arxiv.org/abs/2605.11355)
 
23
  - PyPI package: [gym-invmgmt](https://pypi.org/project/gym-invmgmt/)
24
  - Final paper/code repository: [r2barati/gym-invmgmt-paper](https://github.com/r2barati/gym-invmgmt-paper)
25
  - Standalone Gymnasium environment package: [r2barati/gym-invmgmt](https://github.com/r2barati/gym-invmgmt)
 
67
  year = {2026},
68
  eprint = {2605.11355},
69
  archivePrefix = {arXiv},
70
+ primaryClass = {cs.LG}
 
71
  }
72
  ```