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: about 1 year ago
JSON representation

Preliminary attempt to use RWKV to achieve infinite context length for decision-making.

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.