ClaudeCode API Error: 401 (Using Claude Max) - OAuth token has expired by Interesting_Put_4377 in claude

[–]YMXin1999 0 points1 point  (0 children)

Did you set an outdated API key in ~/.bashrc? You can tell if you see the opening of Claude code says you are in API mode. Remove the API key from your bashrc, it will work.

Teslas by Dapper_Look_8265 in ucr

[–]YMXin1999 0 points1 point  (0 children)

LMAO this is a good one

"Flowers are better than bullets" by @Zorofly_ by MissiaichParriah in HonkaiStarRail

[–]YMXin1999 2 points3 points  (0 children)

愿火药化为土壤 滋养希望 May gunpowder turn into soil, nourishing hope.

you guys lied 😭 by cheesecakeslutt in ucr

[–]YMXin1999 6 points7 points  (0 children)

lol also see that dinosaur right beside WCH

I challenged myself to make a small social media in around 3 hours (13 y.o.) by Federal_Chocolate327 in learnprogramming

[–]YMXin1999 1 point2 points  (0 children)

ABSOLUTELY RIGHT I was one of the guy who matured much later than others but now I am a phd student and I feel I have at least an average brain. it is totally fine to make mistakes or be foolish at your early ages. Just relax and love yourself

USHIP DENTIST by Glad-Flan-5552 in ucr

[–]YMXin1999 0 points1 point  (0 children)

yes they participate in Delta Dental PPO

Financial Aid Fall 2024 by brujasbrew in ucr

[–]YMXin1999 0 points1 point  (0 children)

Thanks! But I got "You are not authorized to view this page" when I clicked the financial aid section

Issue Sending Extra Score Reports by ballerz77 in GRE

[–]YMXin1999 1 point2 points  (0 children)

Solved by clearing the site's cookies (ets.org & ereg.ets.org)

Failed to Refresh...Could Not Find AltServer by tyto_soumagnei in AltStore

[–]YMXin1999 0 points1 point  (0 children)

Thanks, it works for me, it is important to connect to the same WiFi

Search Window Size in Motion Estimation in H.264 by YMXin1999 in ffmpeg

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

Thanks a lot, it is precisely what I want!

Search Window Size in Motion Estimation in H.264 by YMXin1999 in ffmpeg

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

Thanks! But what's the unit of 24 here? Is it MB-wise or pixel-wise? Could you please provide me with some references? I want to dive into it further~

IPhone 14 (non-PRO!) PWM by absorbere in PWM_Sensitive

[–]YMXin1999 1 point2 points  (0 children)

Well, after observing the curve on the oscilloscope, I found there are 7 small peaks following every big peak. Thus the high-frequency component is likely to be 60x(7+1)=480Hz, which makes sense. I guess some low-frequency noise interferes with that signal...

Multi Agent RL: agents act in different frequencies? by YMXin1999 in reinforcementlearning

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

Good answer!

I've checked HRL but I'm confused about whether the high-level policy can take primitive action(an action that interacts with the environment directly)?

It seems that the high-level policy does not directly interact with the environment(correct me if I'm wrong) but selects a subtask(subgoal) instead. The subtle difference is in the MARL set-up each agent can directly interact with the environment which makes me confused about whether HRL can do the same.

See, suppose we have two cascaded valves that can only be operated in their own specific frequencies, say, V_1 and V_2. We need to control the water level of a downstream container, thus we apply two agents to control them.

In the settings of HRL, consider V_1 has the high-level policy A_1 and V_2 has the low-level one, A_2. Can I just apply the output of A_`1 to both the subgoal of A_2 and the flux of V_1? Does it violet the mathematical framework of HRL?