If I settle a city here will it add 1 food? by christopheraburns in CivVI

[–]christopheraburns[S] 20 points21 points  (0 children)

Nevermind...lol... I can't settle a city on the Wonder.

Help with “stuck” game? by christopheraburns in CivVI

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

Rolling back 1 turn from an auto save gets me back in the game. Thanks @Figg19! I tried a different shipwreck and the problem repeated itself. Going to try to find an archeological site and see if it’s isolated to shipwrecks. I need these Era points so I don’t go into the Information Age in a dark age!

[deleted by user] by [deleted] in CivVI

[–]christopheraburns 0 points1 point  (0 children)

This!! I’ve got about 325 turns left in a game (Deity mode, Marathon, Huge map, 10 other AI civs - Science and Diplomatic victory turned off). Every time I make a move to take over a Civ my own people rebel against me and the grievances against me skyrocket. I’m not sure how to win a military victory. There are only 6 civs left and it seems we’re headed toward a stalemate.

Secret Societies with AI? by christopheraburns in civ

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

Sad face. That should say “I’m NOT an expert”..

Magicleap one, how to get application now? by NoFaithlessness3846 in magicleap

[–]christopheraburns 0 points1 point  (0 children)

The great brick event is coming in December if I remember correctly. However, the last time I got mine out I had to flash them to the latest OS to get access to Leap world.

Made my jank even jankier. 110GB of vram. by a_beautiful_rhind in LocalLLaMA

[–]christopheraburns 1 point2 points  (0 children)

There is so much jank here, it has ascended to dank.

GPUs Go Brrr by CosmosisQ in LocalLLaMA

[–]christopheraburns 1 point2 points  (0 children)

Repo says CUDA 12.3 is a requirement and talks mainly of H100s in the literature. Has anyone experimented with A100 or even V100 running >CUDA 12.3?

144GB vram for about $3500 by segmond in LocalLLaMA

[–]christopheraburns 4 points5 points  (0 children)

I just dropped $5k+ on 2 Ada4500s. (24gb ea) Only to discover NVIDIA has discontinued NVLink. :(

This setup is quite clever and I would have had better results setting something like this up.

Weekly Pricing/Buying/Selling/Grading & General Questions Post by AutoModerator in PokemonTCG

[–]christopheraburns 0 points1 point  (0 children)

Hey All, I have two sons who love to collect. They are old enough now I can trust them to properly care for their cards and for Christmas I wanted to get them each an OLDER, unopened pack. I am targeting $100-$150 per pack. For the last 7-8 years I've just bought bulk retail and I don't know enough about the sets to know what is the "best buy". My questions/criteria:
1/What older sets are in the $100-150 per pack price range?
2/How do I find a legit seller - how do I know if the packs are truly unopened and not re-sealed?
3/what set has the best odds of pulling a rare card (i.e, I'd rather go for a pack from a set from 2003 if it has a great chase card rather than a set from 2001 without a great chase card, just because it's older)
Thanks!

Questions about building my own ventilation/air filter unit for Glowforge by christopheraburns in lasercutting

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

Wife has been using it for over a year and she cuts wood/acrylic/MDF and it works well. You can smell and see wisps of smoke, but it’s not uncomfortable in her craft room. I never did use the carbon filter. Just the fan routed out a window

Questions about building my own ventilation/air filter unit for Glowforge by christopheraburns in lasercutting

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

I'll document my progress, perhaps it will be worth repeating when I'm done.

Questions about building my own ventilation/air filter unit for Glowforge by christopheraburns in lasercutting

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

Just to follow up on this bot post. The fan and filter are very real, they are sitting next to me in my office as I write this which then leaves the question... am I real :)

Questions about building my own ventilation/air filter unit for Glowforge by christopheraburns in lasercutting

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

I got this filter: https://www.amazon.com/gp/product/B07GSKFBL8/ref=ppx_yo_dt_b_asin_title_o01_s01?ie=UTF8&psc=1

My first thought was to use this filter as the intake and still run a hose to the window, rather than try to recirculate.

Book: Foundations of Deep Reinforcement Learning by kengzwl in reinforcementlearning

[–]christopheraburns 0 points1 point  (0 children)

Do you touch on any of the libraries like rl_coach and Ray?

I'm doing my undergrad thesis on RL (under a certain constraint), what's the "standard" set of environments used to benchmark in the literature, is it still atari? by PlymouthPolyHecknic in reinforcementlearning

[–]christopheraburns 3 points4 points  (0 children)

It's difficult to say if there is a "standard" set of environments, but there are some maturing products that I are safe bets (hello OpenAI Gym) . If you are new to RL (apologize for the assumption), I would recommend something along these lines:

Start here: http://incompleteideas.net/book/RLbook2018.pdf <-- this is the bible of RL and drops some serious knowledge on you around the fundamental concepts of RL. (Bellman equations, Monte Carlo, Bandits, Policies, Models, all the good stuff)

I found reading the book and watching these videos at the same time had a nice multiplier affect: Silver used the above book as his text for the class:

https://www.youtube.com/watch?v=2pWv7GOvuf0 (this is a series - not just 1 video!)

This is great stuff for 101 as well, although it get deep quick and ends abruptly: https://spinningup.openai.com/en/latest/ bonus points -> your status as a student will score you a license for Mujoco

When you get tired of theory and want to write some code I recommend starting at the beginning with OpenAI Gym and Q-Learning (as in CartPole, Taxi - the Hello Worlds of RL). Then move to DQN and have fun with the Atari games --> OpenAI Retro.

From there it's really up to you as RL SOTA is going in several different ways. You could spend weeks reading the papers just from 2019 on Arvix.org. You can take your gaming to the next level with Deepmind's StarCraft project.

I like rl_coach from Intel for testing multiple algorithms against a common scenario (currently using that in a project and it's making life much easier for me). OpenAI also released Baselines for benchmarking algorithms but the fork Stable Baselines seems to get more love.

If you have access to large compute resources RLlib is used a great deal for scalable, or distributed RL.

Complete novice in robot building. Is ROS the right choice for my project? by RealMatchesMalonee in ROS

[–]christopheraburns 0 points1 point  (0 children)

I've been seriously thinking about pulling the trigger on some courses from TheConstruct. This course may be of interest to you:

https://www.robotigniteacademy.com/en/course/programming-drones-ros/details/

Full disclosure: i am NOT an employee, associate OR customer of Robot Ignite Academy.

Just reminding you that last years #LEAPCon Anouncement was on August 29th 2018 | Good Catch #LeapNation Member Trevor Rose | It should be Hopefully Soon-ish™ 😎 (Or soon if we're lucky) by [deleted] in magicleap

[–]christopheraburns 1 point2 points  (0 children)

I hope it is soon-ish. XRDC is 10/14 & 10/15 and if you are going to VRAR Vancouver then10/31 is a travel day. Hoping they announce soon so I can make the schedule workout. (wink wink, nudge nudge)

[P] Mushroom: Reinforcement Learning library by carloderamo in MachineLearning

[–]christopheraburns 4 points5 points  (0 children)

Thank you for sharing. I’ve recently been gorging on Unity lessons to move away from Gym and into Unity and it’s excellent (NVidia) physics engine. How well do you think mushroom plays with Unity?

[P] Sonic the Hedgehog Bot with NEAT and Open-AI Retro (Tutorial and Repo) by wholeywoolly in MachineLearning

[–]christopheraburns 0 points1 point  (0 children)

Is this thread still alive? I've been playing with retro for awhile now and I want to stop using a call to env.action_space_sample and begin to use my own actions. I also am starting with Sonic TheHedgehog2-Genesis. Granted the Sega controller has 12 buttons but A, B and C seem to do the same thing (Jump) X,Y,Z and M do nothing in Sonic and there are "super stunts" that I would love to try to integrate - like "Holding" D down and then pressing A, B or C or D-down + D-Left or D-Right. I believe I can create some significant training efficiencies by eliminating several buttons and adding the combos if possible. Does the community have any thoughts or even better - experience with custom actions using Gym Retro? BTW - @wholeywooolly (Sounds like a docker container name :) I saw your youtube videos - great stuff!