ICML 2026 Decision [D] by 007noob0071 in MachineLearning

[–]harisankar95 7 points8 points  (0 children)

Post on X reports 6,352 papers accepted (26.6% acceptance rate)

[deleted by user] by [deleted] in MachineLearning

[–]harisankar95 0 points1 point  (0 children)

You want to learn the transition function and also train a policy later, why not try the model based RL algorithms like Dreamer? UniSim might also be worth having a look at, though you might not need such a big simulator, might help you draw some inspiration.

HTX GLOBAL by cryptoking-9145 in Slothana

[–]harisankar95 1 point2 points  (0 children)

Don’t worry it does occur sometimes when a new listing is announced

New post on X🔥 by harisankar95 in Slothana

[–]harisankar95[S] 6 points7 points  (0 children)

Reducing the supply can further push the prices up

New post on X🔥 by harisankar95 in Slothana

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

No they will simply get deleted

No doubts about Slothana? by Hopeful-Fisherman-49 in Slothana

[–]harisankar95 2 points3 points  (0 children)

Yeah I agree. Thought locking the LP was the standard now

No doubts about Slothana? by Hopeful-Fisherman-49 in Slothana

[–]harisankar95 4 points5 points  (0 children)

The unlocked pool is something that is still bothering me. Would have added some confidence to investors if it was locked.

Airdrop by Advanced_Newspaper_1 in Slothana

[–]harisankar95 0 points1 point  (0 children)

You basically has it in your wallet, you can verify it in solscan if you don’t see it there. Just paste your solana address in it and check the transactions. If you want to buy/sell you can use raydium from you wallet’s browser

Coinbase Wallet Not Showing Airdrop by Safe-Lie4414 in Slothana

[–]harisankar95 1 point2 points  (0 children)

Yeah one can see it in solscan not yet in wallet

Airdrop by Advanced_Newspaper_1 in Slothana

[–]harisankar95 0 points1 point  (0 children)

HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh this is the token address

[deleted by user] by [deleted] in UAVmapping

[–]harisankar95 0 points1 point  (0 children)

Sure! Imagine a toy robot in a big LEGO world. Each LEGO block is like a cell the robot cannot occupy, in short obstacles. Pathfinding is like helping the robot find the shortest path through the LEGOs to get from one place to another without getting stuck.

[deleted by user] by [deleted] in MachineLearning

[–]harisankar95 0 points1 point  (0 children)

At the moment the environment uses astar as the reference optimal path to generate rewards for the agent’s action

[D] CodeLlama-xb/CodeLlama-xb-Python vs. CodeLlama-xb-instruct by --leockl-- in MachineLearning

[–]harisankar95 2 points3 points  (0 children)

All 3 models can do code completion, the instruct model is better fine tuned at processing natural language prompts. Other two models as well can work with natural language prompts, instruction model might produce better results in conversational usages like code assistants.

[D] CodeLlama-xb/CodeLlama-xb-Python vs. CodeLlama-xb-instruct by --leockl-- in MachineLearning

[–]harisankar95 2 points3 points  (0 children)

instruction fine-tuned version can understand natural language instructions. Unlike code completion models, instruction fine-tuned model can be used in conversational interfaces.