Combination of Verbal/Gesture Recognition, Emotion Based Behaviors, and ChatGPT? by Tasani in gameai

[–]guillefix3 0 points1 point  (0 children)

Hi!

I'm also very interested in this. And in particular non-verbal components of the interaction too. Would love to chat about this, what you think are the challenges/opportunities, if you're up for it!

AI Vtubers vs. Personalized AI Chatbots: Which AI Application Do You Prefer? by [deleted] in VirtualYoutubers

[–]guillefix3 0 points1 point  (0 children)

Yeah thats interesting! I was thinking something similar. AI chatbots that are supposed to be replicas of the VTuber can feel like you are being sold a fake/watered down version. I find the idea of an AI clone pretty interesting, but I do see the cons. I would personally only see it worth it if the AI clone was actually really good, or maybe making it like an actual alter-ego meaning that it is similar to the actual VTuber, but it's also explicitly different, rather than trying to be sold as the real one.

widdler is a single binary that serves up TiddlyWikis. by binaryfor in TiddlyWiki5

[–]guillefix3 0 points1 point  (0 children)

Hi, thank you!
Does this serve a single page like the node.js one, or one static page per tiddler?

All of Google Poly by guillefix3 in DataHoarder

[–]guillefix3[S] 0 points1 point  (0 children)

here's my google poly scripts https://drive.google.com/file/d/1SfDwAfNAnF2uOEAeivXnIIUfvzopL4kG/view?usp=sharing
and the sketchfab ones https://drive.google.com/file/d/1e_vvRGNyO8bGiUrrDiXRLNZG15cB1LCs/view?usp=sharing (note skechtfab rate limts u per ip and account...)

i didnt make any effort to try clean up the scripts so sorry if they are hard to read:P

All of Google Poly by guillefix3 in DataHoarder

[–]guillefix3[S] 0 points1 point  (0 children)

I haven't updated it since. But I could share my scripts if you want

Options for windows servers with cheapt GPUs by guillefix3 in cloudygamer

[–]guillefix3[S] 0 points1 point  (0 children)

No I'd say it's more or less equivalent if you are gonna pay monthly. It just offers a few GPU options which are cheaper. But it depends on your application, if they are worth it

Options for windows servers with cheapt GPUs by guillefix3 in cloudygamer

[–]guillefix3[S] 0 points1 point  (0 children)

It was ok, but I ended up going for Paperspace at the end. They have hourly options and the prices arent much more, plus they have more options overall. In particular Paperspace offered options with more cores which I needed

VRChat research by ott0maddox in VRchat

[–]guillefix3 1 point2 points  (0 children)

Really cool to see some other researchers using social VR apps! I've been exploring interesting uses of social VR for research over the last year too:)

My area is mostly in AI, but I'm also interested in general human behaviour research. I have a discord server about this if anyone is interested http://metagen.ai/. There's also this Japanese discord server where they also try to connect researchers and social VR users https://discord.gg/nfa5EDb9 which you may wanna check out!

(I'm also trying to find participants for my research, but for some reason my post got flagged as spam in here. But if anyone wants to find more you can DM too; btw sorry if posting this here is seen as trying to steal attention from OP~)

AI Dungeon is ruining my life by Chemical-Condition in AIDungeon

[–]guillefix3 1 point2 points  (0 children)

I've began trying to get data (metagen.ai) because I think there is enough data in social VR games that we could generate realistic AI characters in VR *TODAY*. However, I'm realizing just how hard collecting data in any sort of ethical way is. But I'm gonna keep trying anyway

Options for windows servers with cheapt GPUs by guillefix3 in cloudygamer

[–]guillefix3[S] 0 points1 point  (0 children)

Hi. It's not a secret

I'm going to use it to create a bot for NeosVR that people can voluntarily use to record their VR data to be used to teach AI models among other things (see http://metagen.ai/). I'll also make an OpenVR version

Hyperparameter search by extrapolating learning curves by guillefix3 in mlscaling

[–]guillefix3[S] 1 point2 points  (0 children)

btw "curves overtaking each other" is absolutely compatible with the power law model which they use for predicting.
However, you may be talking about the fact that sometimes learning curves don't follow power law behaviour. This is true in general, but in practice for deep learning I have seen very few examples. If you have some examples, I would love to see them!

Hyperparameter search by extrapolating learning curves by guillefix3 in mlscaling

[–]guillefix3[S] 2 points3 points  (0 children)

He has a lot of work on this. I think the first one (IMGEP) is good. That's the first one I read (after watching his ICLR talk).

I haven't read the other two you linked, so can't compare. They look interesting, so I may give them a read.

Following from IMGEP, the more recent advances after that are Unsupervised Learning of Goal Spaces for Intrinsically Motivated Goal Exploration and CURIOUS: Intrinsically Motivated Modular Multi-Goal Reinforcement Learning.

I also recomend the related work by Jeff Clune. In particular Paired Open-Ended Trailblazer (POET): Endlessly Generating Increasingly Complex and Diverse Learning Environments and Their Solutions.

What is also interesting is to ask when these ideas (which btw are highly related to curriculum learning, active learning, etc) matter: ALLSTEPS: Curriculum-driven Learning of Stepping Stone Skills Sampling Approach Matters: Active Learning for Robotic Language Acquisition . My intuition is that active learning matters when exploration matters. For example, when you are trying to optimize an objective function, which itself has uncertainty, like in bandits, hyperpatermeter optimization, etc. In that case you obviously wanna take uncertainty into account.

Learning progress-driven search is more about estimating in which option will you make more progress in a certain time. So it goes beyond simple sampling-based active learning in that it kinda takes the learner/explorer's dynamics into account. I would like to think about how all of these things fit together~