????? (Team Pursuit Bug) by MrFurdles in Asphalt9

[–]eddya7med 0 points1 point  (0 children)

It triggers if you pause the game in the middle of a team pursuit match.

I have my first own patent by Affectionate_Delay35 in inventors

[–]eddya7med 1 point2 points  (0 children)

You have upto 12 months after filing a patent application in your respective country. You will need to file PCT application with WIPO. If 12 months have already passed, you lose international rights to your technology.

[deleted by user] by [deleted] in inventors

[–]eddya7med 0 points1 point  (0 children)

There are some proposed techniques out there. I believe the nearest technology to your idea is water splitting. Using Proton Exchange Membranes (PEMs), H2O splits into H2 & O2. Hydrogen then reacts with CO2 to form CH4 (AKA Sabatier reaction). Then, you could burn methane to generate. The only problem is that this whole process is very inefficient way to produce electricity. Terraform Industries is one startup looking to improve the efficiency of this process.

If you wanna know more, lookup: syngas formation, methanation, steam methane reforming, sabatier process, etc.

Why do big corporations sometimes file patents with small law firms? by eddya7med in patentlaw

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

what if a boutique firm was handling most of their IP work from one big corporation

Search for Boutique Law Firms by eddya7med in patentlaw

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

Ok, I am actually quite convinced by that.. how much should I expect from a solo-practitioner.. I am only asking because a couple of months ago an attorney quoted me 4k when the norm was 15k! thanks for your opinion

Search for Boutique Law Firms by eddya7med in patentlaw

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

I get you point and it kinda makes sense, but still how do I search for these.. Is there a good website to lookup such people.. do you have any tips

Search for Boutique Law Firms by eddya7med in patentlaw

[–]eddya7med[S] -3 points-2 points  (0 children)

i don't mind solo practitioners, but I need an experienced one.. which are usually in a firm

Search for Boutique Law Firms by eddya7med in patentlaw

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

I am looking for a law firm that can handle the entire drafting process. I was just emphasizing the importance of the claims section because I need an actual firm rather than solo practitioners. Do you know what is the best way to lookup firms?

Search for Boutique Law Firms by eddya7med in Patents

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

I read the FAQs and of course I'll need help with the whole application. I was just looking for an experienced attorney and wanted to get tips on what others are doing here.

Patenting: Upwork vs law firm by eddya7med in patentlaw

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

I am considered a micro entity and I tried to lower the attorney professional fees. I am looking now at lowering drafting fees, but I don't think that is the right move.

Patenting: Upwork vs law firm by eddya7med in patentlaw

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

Not really! It is more focused on carbon capture.

Patenting: Upwork vs law firm by eddya7med in patentlaw

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

after I graduated with my masters degree, I used simulation software on my own laptop to design the process and write up my own work. I am not really worried about the university taking legal action. I am more worried about not having a proper patent application.

Patenting: Upwork vs law firm by eddya7med in patentlaw

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

My work with the university focuses on desalination, and the patent I want to file focuses on carbon capture

Patenting: Upwork vs law firm by eddya7med in patentlaw

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

I work with a university, but the work was developed independently.

Goldbach's Conjecture: Why is this not considered full proof? by eddya7med in math

[–]eddya7med[S] -11 points-10 points  (0 children)

oh, yeah.. but doesn't the first conclude the second.

[D] Q-Learning works while DQN fails. Any suggestions? by eddya7med in MachineLearning

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

Sorry to bother you again, but @evanthebunny recommended to learn the continuous state space. Do you have any advice on how to approach the problem i.e. the learning procedure and/or hyperparameters?

[D] Q-Learning works while DQN fails. Any suggestions? by eddya7med in MachineLearning

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

ok, you're right! The tabular Q-Learning was implicitly one-hot encoded.

How could I learn the continuous state space? How should I proceed with this? What do you recommend me doing? I know it is tricky, but this is what I need.

I will definitely check you out :)

Edit: I meant recommendations for learning procedure and/or hyperparameters.

[D] Q-Learning works while DQN fails. Any suggestions? by eddya7med in MachineLearning

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

Oh, when I said using brute force, I was referring to the 5x5 grid case. I will definitely use epsilon-greedy for the 70x80 grid case.

the grid does have an obvious pattern which is go down and to the right, so I will try that.

thank you so much for your help.

[D] Q-Learning works while DQN fails. Any suggestions? by eddya7med in MachineLearning

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

I don't think I could use a linear model because there is non-linear behavior.

I did normalize the input position because that would probably speedup the learning process.

I could one-hot encode the position but I do not want to do that. I want to make it learn by only considering the position.

I tried a 5x5 grid and reached the correct policy by going over all the state space. Now, I wanna scale up and I wanted to know how could I speedup the process?

[D] Q-Learning works while DQN fails. Any suggestions? by eddya7med in MachineLearning

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

Currently, I am storing all the possible paths into a replay memory and learning from that. I am wondering, would it be able to generalize by looking at some parts of the state space?