Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typoverflow/decision-rwkv
Preliminary attempt to use RWKV to achieve infinite context length for decision-making.
https://github.com/typoverflow/decision-rwkv
Last synced: 12 days ago
JSON representation
Preliminary attempt to use RWKV to achieve infinite context length for decision-making.
- Host: GitHub
- URL: https://github.com/typoverflow/decision-rwkv
- Owner: typoverflow
- Created: 2023-04-24T04:39:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-23T16:45:38.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:50:01.507Z (2 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decision-RWKV
Some preliminary attempts to apply RWKV to decision making. Based on RWKV (https://arxiv.org/pdf/2305.13048.pdf) and Decision Transformer.