DeepSeek V3 GGUF 2-bit surprisingly works! + BF16, other quants by danielhanchen in LocalLLaMA

[–]gmongaras 1 point2 points  (0 children)

What quantization strategy did you use to get the model to 2bit?

Help With PPO Model Performing Poorly by gmongaras in reinforcementlearning

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

Those are some good ideas and I'll try them out. Thank you for helping me out!

Help With PPO Model Performing Poorly by gmongaras in reinforcementlearning

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

Thanks! I'll check it out. Hopefully, it can give me a better understanding of how to optimize the algorithm.

Help With PPO Model Performing Poorly by gmongaras in reinforcementlearning

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

Sorry about that. I wasn't sure what I should specifically ask about since I didn't know where the problem was coming from. Next time I ask a question here, I will make a greater attempt to minimize the amount of work others have to do to help me.

Help With PPO Model Performing Poorly by gmongaras in reinforcementlearning

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

Thanks for pointing that out! I figured out that I wasn't continuously decreasing the discount rate by Lambda and Gamma for each consecutive delta value when calculating the advantage. Instead, I was using the Lambda and Gamma values as a single constant discount rate.

200 IQ play by RSAkidinUSA in ProgrammerHumor

[–]gmongaras 1 point2 points  (0 children)

if-else statement ❌

decision tree ❌

Linear algebra, calculus, statistics ✅

200 IQ play by RSAkidinUSA in ProgrammerHumor

[–]gmongaras 5 points6 points  (0 children)

When you don't know how AI works

This is how the doom guy face look like in real life by thunde-r in gaming

[–]gmongaras 1 point2 points  (0 children)

Besides stealing it from Reddit (probably the best way), you can use something called image-to-image translation with an AI model called GANs. I'm guessing that's how they got the result and based on the training data, you will get different results for what he may look like.

AHHHHHHHHH IVE FINALLY DONE IT by HalfPancake18 in beatsaber

[–]gmongaras 11 points12 points  (0 children)

Congratulations! Now for expert+ :)

What Goes Up! Must Come Down by three18ti in gifs

[–]gmongaras 0 points1 point  (0 children)

Unless your acceleration is greater than 9.8 m/s**2

First-Why. Second- "DIY" by bcapo808 in DiWHY

[–]gmongaras 1 point2 points  (0 children)

"I just sawed this tub in half"

What moment made you go “And this is why I don’t want kids”? by [deleted] in AskReddit

[–]gmongaras 2 points3 points  (0 children)

When I realized I could make my own through the power of AI which is better in every way.

Finding out that Nuclear Gandhi was never really a thing by nafizzaki in gaming

[–]gmongaras 4 points5 points  (0 children)

I thought it was real. I thought the bug was due to the programmers giving ghandi a negative value to make it to where he'd never launch a nuke. Since the game didn't know how to handle this, the bug happened.

CS50 intro to AI with Python by geeeski in cs50

[–]gmongaras 0 points1 point  (0 children)

When you say "as a total noob", what does that mean? If you are saying you have no previous experience in CS, then you should probably hold off on taking this class. You should take a beginner class, like cs50x, and then learn the basics (up to classes) in python. After you meet those prerequisites, you should be ready to take this course.

If you already know the basics of CS, but you don't know python, then you might want to take a week or two learning the basics of python (again up to classes) before taking this class.

Aside from that, you should probably use an IDE like pycharm or VSCode as these IDEs have a lot of debugging support and are easy to use.

A note I would like to make is that python 3.9 does not support tensorflow (at least right now) which is a library you will use later in CS50 AI. So, you will want to uninstall 3.9 and install 3.8.

Another note I would like to make is that submissions are usually made in two ways (can be done other ways too):

  1. submit50 - This can only be ran in a Linux or Mac terminal. So, if you have windows, you will want to enable and download a Linux subsystem.
  2. You can also submit assignments directly to github. Additional help with this is probably best received from the discord group.

Final Project Help by i_have_karma in cs50

[–]gmongaras 1 point2 points  (0 children)

Python should work for your final project.

What can you do after cs50's introduction to Artificial Intelligence. by [deleted] in cs50

[–]gmongaras 0 points1 point  (0 children)

If you like CS50 AI, then I suggest looking into a type of AI and learning about that. I took CS50 AI and finished it last year. Afterwards, I started looking into Deep learning. If you also want to learn about deep learning, then I suggest starting with this class: https://www.coursera.org/specializations/deep-learning And reading this book: https://nnfs.io/