jaxlob


Namejaxlob JSON
Version 0.19 PyPI version JSON
download
home_page
Summary
upload_time2023-10-22 08:46:17
maintainer
docs_urlNone
author
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JAX-LOB

## JAX-LOB: A GPU-Accelerated limit order book simulator to unlock large scale reinforcement learning for trading

### Architecture of the package:
* `gymnax_exchange`: the `GPU` version of rl_environment
  * `jaxob`: Jax limit order book
  * `jaxen`: Jax trading_environment
  * `jaxrl`: Jax training loop

## Dependencies

```
pip install jax[cuda]==0.4.11 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html jaxlib==0.4.11 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html distrax brax chex flax optax gymnax wandb  
```

## Installation

To install the latest version of Jaxlob, run:

```bash
pip install jaxlob
```

## Citation

If you find this project useful, please cite:

```
@misc{frey2023jaxlob,
      title={JAX-LOB: A GPU-Accelerated limit order book simulator to unlock large scale reinforcement learning for trading}, 
      author={Sascha Frey and Kang Li and Peer Nagy and Silvia Sapora and Chris Lu and Stefan Zohren and Jakob Foerster and Anisoara Calinescu},
      year={2023},
      eprint={2308.13289},
      archivePrefix={arXiv},
      primaryClass={q-fin.TR}
}
```
## Contribution

* Anyone who might contribute codes to this repository, please email me: kang@robots.ox.ac.uk 



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jaxlob",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a7/33/d376cf2a8f9092e95e02e3dbb1e0359982ae77c1f9223da3ec841b1f7252/jaxlob-0.19.tar.gz",
    "platform": null,
    "description": "# JAX-LOB\n\n## JAX-LOB: A GPU-Accelerated limit order book simulator to unlock large scale reinforcement learning for trading\n\n### Architecture of the package:\n* `gymnax_exchange`: the `GPU` version of rl_environment\n  * `jaxob`: Jax limit order book\n  * `jaxen`: Jax trading_environment\n  * `jaxrl`: Jax training loop\n\n## Dependencies\n\n```\npip install jax[cuda]==0.4.11 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html jaxlib==0.4.11 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html distrax brax chex flax optax gymnax wandb  \n```\n\n## Installation\n\nTo install the latest version of Jaxlob, run:\n\n```bash\npip install jaxlob\n```\n\n## Citation\n\nIf you find this project useful, please cite:\n\n```\n@misc{frey2023jaxlob,\n      title={JAX-LOB: A GPU-Accelerated limit order book simulator to unlock large scale reinforcement learning for trading}, \n      author={Sascha Frey and Kang Li and Peer Nagy and Silvia Sapora and Chris Lu and Stefan Zohren and Jakob Foerster and Anisoara Calinescu},\n      year={2023},\n      eprint={2308.13289},\n      archivePrefix={arXiv},\n      primaryClass={q-fin.TR}\n}\n```\n## Contribution\n\n* Anyone who might contribute codes to this repository, please email me: kang@robots.ox.ac.uk \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.19",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a733d376cf2a8f9092e95e02e3dbb1e0359982ae77c1f9223da3ec841b1f7252",
                "md5": "34531fe450800e55b084b414e5431d49",
                "sha256": "b3ebcfd6250b4351c4c2246fc9662642b3a149773eb0052a4e0d99f62319e6c4"
            },
            "downloads": -1,
            "filename": "jaxlob-0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "34531fe450800e55b084b414e5431d49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 55376,
            "upload_time": "2023-10-22T08:46:17",
            "upload_time_iso_8601": "2023-10-22T08:46:17.262860Z",
            "url": "https://files.pythonhosted.org/packages/a7/33/d376cf2a8f9092e95e02e3dbb1e0359982ae77c1f9223da3ec841b1f7252/jaxlob-0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-22 08:46:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jaxlob"
}
        
Elapsed time: 0.12824s