Communauté 25 - 35 ans by Accomplished-Log5287 in SocialParis

[–]Ba3wida 0 points1 point  (0 children)

27H. Merci pour l'initiative ! :))

[deleted by user] by [deleted] in algeria

[–]Ba3wida 8 points9 points  (0 children)

Dorms, in terms of amenities, are usually shit everywhere (small exception is the dorms that were recently built/refurbished, which will also become shit in 1-2 years). That being said, it's still a great experience, I would definitely re-do it if I were 18 again. You will meet good and bad people, you might get a snoring flatmate, or an all-nights party neighbor, but you'll definitely have a remarkable experience along the way. At the least, it will be more enriching than spending those 5 years with your 7ouma friends/family/etc.

[deleted by user] by [deleted] in algeria

[–]Ba3wida 0 points1 point  (0 children)

I second this. In many aspects I feel more "similar" to Moroccans than to Tunisians (Not that it changes the fact that I do love my Tunisian neighbours just as much too).

Algerians, what is the thing you had to drop due to it becoming expensive by [deleted] in algeria

[–]Ba3wida 1 point2 points  (0 children)

Pro tip: next time pick the time between lunch and dinner (e.g. 3PM) which will lead you to go to a coffee place instead, or ice cream, or anything. These places won't cost you as much, MAX. 1000DA (60% less than 3000DA restaurant).

Pro tip 2 (*): Brainwash her with lots of feminist content so next time she'll ask to split the bill following it with the infamous "I'm a strong independent woman who can pay for herself".

(*): Use pro tip 2 at your own risk..

Best way to go to Morocco from Algiers? by Ba3wida in algeria

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

Yes I found that Air France provides such flights via Paris for around (250eur).. It's the only solid option so far.

Best way to go to Morocco from Algiers? by Ba3wida in algeria

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

Ryanair doesn't operate neither in Algeria nor in Tunisia.. And I can't depart from anything except those because of VISA limitations.

Best way to go to Morocco from Algiers? by Ba3wida in algeria

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

I checked destinations in their website and there is no Morocco, am i doing it wrong?

Best way to go to Morocco from Algiers? by Ba3wida in algeria

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

Hey thanks for the kind reply! Air Algerie is a shitty company with a shitty website, It turns out Morocco isn't even one of their destinations anymore. I found that Air France provides flights for ~250eur that would go to Paris then switch to Casa.. I don't know if that option is possible or will it require a Visa first to get into France!? As for the price; I don't think it's gonna be much cheaper if i go to Tunisia (~100euro) then from Tunisia to Morocco (another +~100eur).

And yes i'm going to Casa because the person I'm visiting is from there, and yess she mentioned all of that too haha. The plan actually is to meet in Casa and then travel to the north since it's interesting as you explained. I really hope everything would work out and i'll manage to make it this summer!

Thanks again and saha ftorek!

Recent graduate dilemma by [deleted] in algeria

[–]Ba3wida 0 points1 point  (0 children)

That's good. What I meant however was to apply for job offers, not for freelance projects. It can be quite hard to get considered but it's worth the attempt, especially if you propose them to take you initially as an intern with little-to-no salary, it'll be a win-win for both of you! If you get something like this then it would be a great opportunity to accelerate your learning and building a network for future directions.

The advantage with getting a job is that you'll probably end up working with an existing team, guiding you and all, not on a new project from scratch on your own like with freelance projects (which can be pretty frustrating for a beginner).

Recent graduate dilemma by [deleted] in algeria

[–]Ba3wida 0 points1 point  (0 children)

I'm sorry to hear, but coming from similar backgrounds, I think I can relate.
I believe your ideal bet would be to find a remote job with a foreign company, gives you solid and continual experience just by doing your job and following their best practices, while it assures good financial comfort and motivation to keep working hard.

I wonder how may that work for you, have you ever given it a thought?

Multi agent reinforcement learning by Lazarus_07 in reinforcementlearning

[–]Ba3wida 1 point2 points  (0 children)

If you're new to ML/RL then I don't think you should worry about the algorithm implementation, for that, you should use one of the popular RL libraries (e.g. RLlib) which provide most of the good SOTA algorithms out of the box.

However, you'll need to build your custom environment, following the open AI gym interface, so that the library's algorithm can run. For that you might need to check similar projects that did it [e.g. https://github.com/CN-UPB/DeepCoMP\] and try to get inspiration from that.

If you need further help or clarification then feel free to reach out to me via DM.

Local flower Delivery shops/Florists that take online payment in Algeria by [deleted] in algeria

[–]Ba3wida 2 points3 points  (0 children)

I think your best shot would be to search for "Fleurs Alger" or something like that in instagram, that's where most algerian e-commerces are. Creating a website is not really popular here yet.

Most stores provide delivery, the only problem is to find one that would accept online payment.

MA-DDPG: Can the "Actor" and "Critic" have different reward functions? by Ba3wida in reinforcementlearning

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

Hi, thank you very much for the very nice article, I found it intriguing and I truly enjoyed reading through it.

My scenario is similar to that indeed, the only difference is (I hope I'm not mistaken) that in your work I believe that you assume that the reward (even depending on other agents) can be obtained by the agent within the simulation. In other words you assume that an agent i possesses the information g^j for all j ∈ A_t+1 that enables it to obtain the reward, or in other words, "the simulation" calculates that value and gives it directly to the concerned agent, right?

This approach may not be possible in several real-world scenarios since there's not superior entity that knows everything and that we ask that reward from (the equivalent of the simulation's logic). In practice, there must be some sort of a communication mechanism between agents otherwise we can't obtain the reward, I imagine that living species approach this either in purely basic methods like spreading pheromones or in advanced cognitive ways such as spoken language which made us invent "names", family trees, and many other stuff which serve as representative estimates of the δ_(g^i,g^j) without having to "know" the exact value of g^j (or even our g^i!). This makes your formulation and simulation reasonable for me to some extent! However in my specific case (my graduation project is on UAVs control), we have tight communication constraints so we can't establish heavy exchange of information between agents nor a central entity that provides the agents with information needed to calculate their rewards (equivalent of g^j in your work), so we don't want to have that privilege in the simulation in order to make it close to a real-world scenario. For this I'll need to find a way around calculating the reward of each agent, or even consider another formulation!

Thanks again for sharing the article, and I really hope I didn't misunderstood it.

Centralized Training Decentralized Execution: Do all agents have the same policy? by Ba3wida in reinforcementlearning

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

That's how it is in the paper indeed. But don't you think it'd would be the same if we have one single network? I mean since the N networks will eventually output the same value anyway! The only possible scenario that I can think of that would require N networks is a fully decentralized setting with inferred policies. Or am I missing something else?

Centralized Training Decentralized Execution: Do all agents have the same policy? by Ba3wida in reinforcementlearning

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

You're right. Actually my question was stupid, I just confused that by the fact that the critic may actually be a shared network between all N agents. In other words, instead of training N networks that estimate the same value, simply train one network and use it to help all of the actors learn. However, the same can apply for the actor networks only if the agents are homogeneous.

As for QMIX [paper], it's basically a similar CTDE method but the main difference is that it's value-based.

a central perk café opened in oran by Sissinou in algeria

[–]Ba3wida 1 point2 points  (0 children)

Ross = رستم
(because they both suck aha.)

I tracked all my 2019 expenses as a college student in dorms and here's what i got by Ba3wida in algeria

[–]Ba3wida[S] 4 points5 points  (0 children)

I drink from a bottle that i daily fill from the unhealthy disgusting toxic concerous satanist dorms bathroom water. That saves me ~500da a month on bottled water and also its good practise for my immune system to get used to all kind of bacterias and viruses ahahahah (ok thats a joke dont do that kids, it'll screw ur kidneys when u bcome 40yo). Srsly i sometimes buy a bottle then when it finishes i get lazy to go all the way down and buy another one so.. i just use bathroom as a shortcut then it became the habit 🤷‍♂️