Difference between revisions of "Cognitive Robotics Resources"

From David Vernon's Wiki
Jump to: navigation, search
(Cognitive Architecture Surveys)
(Cognitive Architecture Surveys)
Line 22: Line 22:
 
* [http://ai.eecs.umich.edu/cogarch0/ A Survey of Cognitive and Agent Architectures] University of Michigan survey of (mostly cognitivist) cognitive architectures
 
* [http://ai.eecs.umich.edu/cogarch0/ A Survey of Cognitive and Agent Architectures] University of Michigan survey of (mostly cognitivist) cognitive architectures
 
* [http://www.cs.bham.ac.uk/research/projects/cogaff/00-02.html#89 A Framework for Comparing Agent Architectures] Aaron Sloman and Matthias Scheutz, Proceedings UKCI'02, UK Workshop on Computational Intelligence, 2002
 
* [http://www.cs.bham.ac.uk/research/projects/cogaff/00-02.html#89 A Framework for Comparing Agent Architectures] Aaron Sloman and Matthias Scheutz, Proceedings UKCI'02, UK Workshop on Computational Intelligence, 2002
* [http://www.sciencedirect.com/science/article/pii/S0925231210003498 A world survey of artificial brain projects, Part II: Biologically inspired cognitive architectures] Ben Goertzel et al., Neurocomputing
+
* [http://www.sciencedirect.com/science/article/pii/S0925231210003498 A world survey of artificial brain projects, Part II: Biologically inspired cognitive architectures] Ben Goertzel et al., Neurocomputing, Volume 74, Issues 1–3, December 2010, Pages 30–49.
Volume 74, Issues 1–3, December 2010, Pages 30–49.
+
* [http://ac.els-cdn.com/S2212683X12000084/1-s2.0-S2212683X12000084-main.pdf?_tid=3b7ec094-4cb2-11e6-9abc-00000aacb360&acdnat=1468824086_a604336cea908296e575727de743fab6 Design principles for biologically inspired cognitive robotics] Jeffrey L. Krichmar, Biologically Inspired Cognitive Architectures, Volume 1, July 2012, Pages 73–81
+
  
 
=== Robot Platforms ===
 
=== Robot Platforms ===

Revision as of 02:59, 22 July 2016

IEEE Robotics and Automation Society Technical Committee for Cognitive Robotics Resources

Research Material

Research Issues

White Papers

Cognitive Architecture Surveys

Robot Platforms

  • The iCub is an open source cognitive humanoid robotic platform.

Research Networks

Publications

Software Resources

  • AKIRA is an open source C++ framework for designing distributed, modular agent architectures (e.g., schema-based, behaviour-based, etc.) with support for decentralized, asynchronous and parallel processing with libraries for implementing soft computing algorithms (neural networks, fuzzy logic, fuzzy cognitive maps, etc.).
  • AmonI - Artificial Models of Natural Intelligence provides resources for Behavior Oriented Design (BOD), POSH Action Selection, and more. Behaviour oriented design is a methodology for developing intelligent systems. It extends object oriented design to the special problems of proactive systems, including real-time systems for dynamic environments.
  • BECCA (Brain-Emulating Cognition and Control Architecture) An Open-source Artificial General Intelligence Platform.
  • CAST: The CoSy Architecture Schema Toolkit is a software toolkit to support the developments of intelligent systems based on a space of possible architecture designs described by the CoSy Architecture Schema (CAS). The CoSy Architecture Schema Toolkit (CAST) is a software implementation of this schema designed to allow researchers (primarily in the fields of AI and robotics) to develop instantiations of the schema. The toolkit supports C++ and Java, and provides a communication framework for distributing an instantiation across a network. Its primary scientific purpose is to maintain a separation between a system's architecture and the content of its architecture, allowing one to be varied independently of the other.
  • YARP: Yet Another Robot Platform is a thin middleware for humanoid robots (and more). YARP supports building a robot control system as a collection of programs communicating in a peer-to-peer way, with an extensible family of connection types (tcp, udp, multicast, local, MPI, mjpg-over-http, XML/RPC, tcpros, ...) that can be swapped in and out to match your needs. It also supports similarly flexible interfacing with hardware devices. The strategic goal is to increase the longevity of robot software projects.

Teaching Resources

Videos

Tutorials

Model Curricula

Courses

Degrees in Cognitive Systems

The following is a sample of the Master-level degrees that are available in cognitive systems.

Example Robots

Please send us your examples! (Use the contact details on the IEEE TC CoRo website.)

Odds and Ends