Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated desc.
  • Loading branch information
p3nGu1nZz authored Jan 2, 2024
1 parent 538430d commit 8f71333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DQN Agent
A DQN Agent System that is in Development. Concept is to be implemented in self learing Q loop Algorithms for LLm learning.
This project is a work in progress that aims to create a deep Q-network (DQN) agent system that can learn from its own experiences and adapt to different environments. The system uses a self-learning Q loop algorithm, which is a variant of Q-learning that updates the Q-values based on the agent’s actions and rewards. The system also uses LLm learning, which is a technique that leverages the latent space of the neural network to improve the generalization and robustness of the agent. The project is written in Python and uses PyTorch as the framework for the neural network.

# Description

Expand Down

0 comments on commit 8f71333

Please sign in to comment.