For questions related to the concept of curiosity in the context of artificial intelligence. An example of a possible question that could be tagged with this tag is "Which approaches are there to implement in AI systems what we often call 'curiosity'"? Another question could be "How can we define the concept of curiosity for AI systems?".
Questions tagged [artificial-curiosity]
5 questions
13
votes
2 answers
Why is reinforcement learning not the answer to AGI?
I previously asked a question about How can an AI freely make decisions?. I got a great answer about how current algorithms lack agency.
The first thing I thought of was reinforcement learning, since the entire concept is oriented around an agent…

joethemow
- 365
- 1
- 7
8
votes
5 answers
Could curiosity improve artificial intelligence?
While thinking about AI, this question came into my mind. Could curiosity help in developing a true AI? According to this website (for testing creativity):
Curiosity in this context refers to persistent desire to learn and discover new things and…

Eka
- 1,036
- 8
- 23
1
vote
2 answers
How can you simulate level of curiosity for a chatbot?
I'd like to know more about implementing emotional intelligence.
Given I'm implementing a chatbot and I'd like to introduce the levels of curiosity to measure whether user text input is interesting or not.
A high level would mean the bot is asking…

kenorb
- 10,423
- 3
- 43
- 91
0
votes
0 answers
Looking for a reinforcement learning algorithm that deals well with a model-based, curiosity-driven approach for chess AI
I am a software engineer that meddled with machine learning (classifiers) during my thesis.
After being out of it for a while I decided I want to try and do a neural network project to learn from, specifically reinforcement learning. We'll see how…

NG.
- 119
- 6
0
votes
0 answers
Calculating Curiosity with Friston's Free Energy in Reinforcement Learning
I'm trying to implement the paper A Curiosity Algorithm for Robots Based on the Free Energy Principle in a reinforcement learning environment using PyTorch, but I am unclear how curiosity is calculated.
As the paper describes, I made a…

Ted Tinker
- 1
- 1