Artod commited on
Commit
4c4e492
1 Parent(s): b396e7b

update YAML Metadata

Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1 +1,19 @@
1
- # ai-creature.github.io
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: reinforcement-learning
6
+ tags:
7
+ - sac
8
+ - rl-agent
9
+ - tensorflow.js
10
+ - javascript
11
+ - reinforcement learning
12
+ - computer vision
13
+ - Soft-Actor Critic
14
+ ---
15
+ # ai-creature.github.io
16
+
17
+ The AI Creature is a Reinforcement Learning agent based on the Soft-Actor Critic algorithm. The agent is capable of navigating and interacting within its environment, utilizing Binocular Vision to distinguish between different stimuli. This system, built with TensorFlow.js and Convolutional Neural Networks, shows remarkable learning efficiency, achieving significant milestones in computer vision tasks with minimal training time.
18
+
19
+ Demo: [https://www.youtube.com/watch?v=y1GWcVLL-Xw](https://www.youtube.com/watch?v=y1GWcVLL-Xw)