"The son of Ram is Amminadab." Amminadab uses the Liv-Zempel-Welch tree to narrow the scope of selecting Q-actions. See also the page Family Robotics - Deep Q-learning with Samu
- Samu The main purpose of this project is to allow the evaluation and verification of the results of the paper entitled "A disembodied developmental robotic agent called Samu Bátfai", http://arxiv.org/abs/1511.02889. It is our hope that Samu will be the ancestor of developmental robotics chatter bots that will be able to chat in natural language like humans do.
- Isaac "The son of Samu is Isaac." The project called Isaac is a case study of using deep Q learning with neural networks for predicting the next sentence of a conversation.
- Jacob "The son of Isaac is Jacob." The project called Jacob is an experiment to replace Isaac's (GUI based) visual imagination with a character console.
- Judah "The son of Jacob is Judah." In the project called Judah we equip Jacob with a text-based user interface.
- Super-Judah
- Perez "The son of Judah is Perez." The project called Perez allows to perform experiments to test several parameter settings. Here each experiment is implemented as a separate git branch.
- Hezron "The son of Perez is Hezron." The project called Hezron gives the opportunity to experiment with different arrangements of SPO triplets in the visual imagery.
- Ram "The son of Hezron is Ram." The project called Ram allows to experiment with different deep Q learning algorithms to express feelings when he is talking.
- Amminadab "The son of Ram is Amminadab." In project called Amminadab we can significantly improve Samu's learning by using the Liv-Zempel-Welch dictionary tree to narrow the scope of selecting Q-actions.
Building Samu (Amminadab), uncomment the appropriate lines in the file CMakeLists.txt. For example, if you have CUDA installed on your system Samu may be built with CUDA support,
set(CUDA_LAYERS ON)
#set(CUDA_LAYERS OFF)
Or, if you want to use TUI you need uncomment the following line:
set(DISP_CURSES ON)
#set(DISP_CURSES OFF)
After finishing the edit of the CMakeLists.txt type cmake .
nbatfai@orchmach:~/GitHubRepos/judah$ cmake .
-- Found CUDA: /usr/local/cuda-7.0 (found version "7.0")
-- Found Curses: /usr/lib/x86_64-linux-gnu/libcurses.so
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- date_time
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found suitable version "1.2.51", minimum required is "1.2.9")
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.5.2")
-- Found PNGwriter: /home/nbatfai/NLP/pngwriter/lib/libpngwriter.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libfreetype.so (found version "0.5.4")
-- Link Grammar found.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nbatfai/GitHubRepos/judah
If cmake .
finishes without problems you can run the make
command to build Samu.
To run Samu (Ram), type the following command
./samu 2>out
If you use ncurses you will see something like this:
In another terminal window, run the command
tail -f out|grep iter
to see Samu's "training curve".
See the project's wiki page for further information.
One of the purpose of the original Samu project was only to allow the evaluation and verification of the results of the paper entitled "A disembodied developmental robotic agent called Samu Bátfai", http://arxiv.org/abs/1511.02889. This paper presents Q learning with neural networks approximators used by Samu. It is our hope and goal that Samu will be the ancestor of developmental robotics chatter bots that will be able to talk and read in natural language like humans do. At this moment Samu is the generic name of rapid prototypes that facilitate achieving this goal.
Samu
- directly implements the definition of machine consciousness (such as the definitions of conscious and intuitive computer programs) introduced in the paper entitled Conscious Machines and Consciousness Oriented Programming.
- corresponds the principles of Developmental Robotics, Some Basic Principles of Developmental Robotics.
- applies Q learning with neural networks approximators
- uses multilayer perceptrons for approximation of the Q function, it is a deep Q learning feature, Human-level control through deep reinforcement learning
Samu (Nahshon) http://arxiv.org/abs/1511.02889, https://github.com/nbatfai/nahshon
SamuLife https://github.com/nbatfai/SamuLife, https://youtu.be/b60m__3I-UM
SamuMovie https://github.com/nbatfai/SamuMovie, https://youtu.be/XOPORbI1hz4
SamuStroop https://github.com/nbatfai/SamuStroop, https://youtu.be/6elIla_bIrw, https://youtu.be/VujHHeYuzIk
SamuBrain https://github.com/nbatfai/SamuBrain
SamuCopy https://github.com/nbatfai/SamuCopy
SamuTicker https://github.com/nbatfai/SamuTicker
SamuVocab https://github.com/nbatfai/SamuVocab