Selaa lähdekoodia

Changed scope

Efren Yevale Varela 2 vuotta sitten
vanhempi
commit
1b672a216b
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -1,10 +1,9 @@
 # AI Session
 
-The objective is to give a very brief introduction to _AI_ training using games (mostly to talk about theory), present _OpenSource Web_ interfaces and create _LLM Embeddings_ to ask questions about given documents.
+The objective is to give a very brief introduction to _DQN_ training using games (just to talk about theory), present _OpenSource Web_ interfaces and create _LLM Embeddings_ to ask questions about given documents.
 
 Things to cover:
 - Simple theory of Q-learning, with a practical example using the a Taxi game.
-- Simple thory of Proximal Policy Optimization, with a practical example using a Pong game.
 - _OpenSource Web_ interfaces available for Stable Diffusion, Inference and Embeddings.
 - A practical example on how to create and use _LLMs_ and _Embeddings_ using a _Python_ script.