p3nGu1nZz / Tau

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

Add Tokens Dictionary to AgentData Class #18

Open p3nGu1nZz opened 1 month ago

p3nGu1nZz commented 1 month ago

Describe the enhancement We need to add a Tokens dictionary to the AgentData class. This dictionary will store token information and improve the efficiency and organization of our data handling processes.

Proposed Solution

  1. Add a Tokens dictionary to the AgentData class.
  2. Ensure the dictionary is properly initialized and accessible within the class.
  3. Update relevant methods to utilize the Tokens dictionary for storing and retrieving token information.

To Reproduce Steps to implement the enhancement:

  1. Modify the AgentData class to include a Tokens dictionary.
  2. Initialize the dictionary in the class constructor.
  3. Update methods to interact with the Tokens dictionary as needed.

Expected behavior The AgentData class should have a Tokens dictionary that efficiently stores and retrieves token information, improving data handling and organization.

Screenshots If applicable, add screenshots to help explain the proposed enhancement.

Desktop (please complete the following information):

Additional context This enhancement is aimed at improving the data management capabilities of the AgentData class in the "Tau" project. By adding a Tokens dictionary, we can streamline the process of handling token information.