p3nGu1nZz / Tau

Tau LLM made with Unity 6 ML Agents
MIT License
9 stars 4 forks source link

Update Agent Code to Use Reduced Embeddings from `token` Table #10

Open p3nGu1nZz opened 3 days ago

p3nGu1nZz commented 3 days ago

Is your feature request related to a problem? Please describe. Currently, our agent code uses high-dimensional vectors from the vocab table for calculating reward vectors. We need to update the code to use the reduced embeddings from the token table.

Describe the solution you'd like

Describe alternatives you've considered

Additional context This change is necessary to leverage the reduced embeddings efficiently and improve the scalability of our agent code. The token table will contain the reduced embeddings generated by the PCA reduction script (reduce.py).

p3nGu1nZz commented 23 hours ago

everything seems to be working as far as optimizing the embeddings and loading into the correct database table. this task is ready to be worked on

p3nGu1nZz commented 21 hours ago

implemented needs testing

p3nGu1nZz commented 21 hours ago

building new embeddings now.