This is the welcome thread for your first RL assignment.
Welcome to the AIcrowd forum!
Here, you can post your questions, doubts, and any issues you face while making a submission or going through the notebooks and our team will get back to you soon. ♂
In the meanwhile, you can reply to this thread with a brief introduction of you and what excites you about Reinforcement learning. We’d love to hear your thoughts!
Check out some of our most popular Reinforcement learning challenges!
I see the list of states and possible actions is hardcoded in your code. Please remove all hardcoding. The list of possible states and possibles actions for each state are to be obtained from the environment.
Hi dipam,
Its the same error (Inference failed) popping up with my VI submission.
Could you please let me know why this is happening.
I tried to go through the log files. But could not decode.
Please help me with this.
Hi,
I have modified accordingly and its working now.
Thanks for that.
But,
For both the problems my results matched to the target outputs provided.
Yet I see my scores to be 0.
Can you kindly let me know how I can go about this.
The solutions to the input test cases are provided in the targets folder inside the hw2_q2 directory, please use those to check your results before submitting. You should get exactly equal policy and values that are nearly equal to upto 2-3 decimal points.
Note - Please don’t submit any code that tries to read from hw2_q2/targets, this folder is not available during test time.
In case you missed it, extra test cases are provided here
Hi Dipam,
Thanks for the clarification.
My code seems to work for the first 2 test cases provided.
The next three I have no idea where it is going wrong. My policies are correct but the cost values are not matching.
I shall work on it.
Thanks.
Hi,
For taxi_question, my code matches with all the target cases.
Yet I see the following inference failed error.
Could you please kindly help with this.